You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
// if this is a link, check if it's been enhanced and, if not, use the right function
49
-
if($el[0].tagName==="A"){
50
-
if(!$el.hasClass("ui-btn")){
51
-
$el.buttonMarkup();
52
-
}
53
-
return;
54
-
}
46
+
classes="ui-btn";
55
47
56
-
// get the inherited theme
57
-
// TODO centralize for all widgets
58
-
if(!o.theme){
59
-
o.theme=$.mobile.getInheritedTheme($el,"a");
60
-
}
61
48
o.disabled=$el.prop("disabled");
62
49
o=splitOptions(o);
63
-
64
-
// TODO: Post 1.1--once we have time to test thoroughly--any classes manually applied to the original element should be carried over to the enhanced element, with an `-enhanced` suffix. See https://github.com/jquery/jquery-mobile/issues/3577
// TODO: Wwe have time to test thoroughly--any classes manually applied to the original element should be carried over to the enhanced element, with an `-enhanced` suffix. See https://github.com/jquery/jquery-mobile/issues/3577
0 commit comments