-
Bug
-
Resolution: Done
-
Major
-
4.1.0.Alpha2
-
None
We enable jQuery mobile code assist only if there is jQuery-mobile-* reference in <head>
We should enable this code assist if Modernizr.load() loads jQuery Mobile libs too. For example index.html page from jboss-as-kitchensink-html5-mobile uses Modernizr.load():
<script type="text/javascript"> Modernizr.load([{ load: [ "http://code.jquery.com/jquery-1.7.1.min.js", "js/libs/underscore-min.js", // Minification - See Readme for details // For minification, comment out this file "js/app.js" // For minification, uncomment this file // "js/app.min.js" ]... </script>
- is related to
-
JBIDE-13403 Code completion for jQuery Mobile HTML attributes
-
- Closed
-
-
JBIDE-13436 jQuery: Code completion for all the available IDs for <a href="#...">
-
- Closed
-
-
JBIDE-13998 jQuery Mobile Palette wizards should not add jQM libs references to the html page if the libs are loaded by Modernizr.load()
-
- Closed
-
-
JBIDE-13838 jQueryMoblie code assist: Add data-* attributes for <table>
-
- Closed
-