source:
pro-violet-viettel/www/deploy/20150304/vupload.js
@
804
Last change on this file since 804 was 782, checked in by dungnv, 10 years ago | |
---|---|
File size: 193 bytes |
Rev | Line | |
---|---|---|
[782] | 1 | if(jQuery) (function($){ |
2 | ||
3 | $.extend($.fn, { | |
4 | violetUpload: function(o) { | |
5 | if( !o ) var o = {}; | |
6 | if( o.container == undefined ) o.container = null; | |
7 | ||
8 | ||
9 | } | |
10 | }); | |
11 | ||
12 | })(jQuery); |
Note: See TracBrowser
for help on using the repository browser.