Side navigation
#5357 closed enhancement (worksforme)
Opened October 12, 2009 05:08AM UTC
Closed June 13, 2010 05:56PM UTC
jQuery Mobile
Reported by: | justinbmeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | mobile | Cc: | |
Blocked by: | Blocking: |
Description
This is a working rough draft of jQuery Mobile which:
Makes it possible to load only pieces of jQuery.
jQuery core uses querySelectorAll
jQuery core had $.getScript
Each file had #ifdef and #endif's that are used to remove code for the final build.
The final build is within a single anonymous function and is almost identical to the current build.
Unfortunately, my patch is too large so I'm unable to attach it.
To build jQuery run:
java -jar build\\js.jar build\\build.js
Attachments (0)
Change History (1)
Changed June 13, 2010 05:56PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Best to discuss this in the forum, I think you started a thread on this and I know John has been working on it.