mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 19:34:42 +00:00
"this" in this context is already a jquery object
This commit is contained in:
parent
32056c6873
commit
b71cc32d78
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
|||
*/
|
||||
(function($, undefined ) {
|
||||
$.fn.fieldcontain = function(options){
|
||||
return $(this).addClass('ui-field-contain ui-body ui-br');
|
||||
return this.addClass('ui-field-contain ui-body ui-br');
|
||||
};
|
||||
})(jQuery);
|
||||
Loading…
Reference in a new issue