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 has been archived by the owner on Oct 8, 2021. It is now read-only.
I checked out the git-repository (1.0a2pre) a few hours ago and have been trying some features following the docs.
Setting: I used the minimal files for css and js which I got after executing 'make' and the core jquery.min.js from js/ and copied the default theme images to my folder.
When using button icons no icons occured although images were at the right place.
After has been working with js/jquery.js I executed the google closure compiler creating a new jquery.min.js which helped.
Also http://code.jquery.com/jquery-1.4.3.min.js which is proposed in the docs does not seem to work with button icons.
Therefore I would suggest adding a compilation feature in Makefile which could look like:
@@Head -8 js/jquery.js > jquery.js
@@java -jar build/google-compiler-20100917.jar --js js/jquery.js --warning_level QUIET --js_output_file jquery.min.js
cheers
The text was updated successfully, but these errors were encountered:
Hi!
That has been a suggestion to complete jquery-mobile's functionality out of the box and to avoid forgetting to put in the right minimized jquery-version.
The minimized jquery file provided with the development package had not been the same version like the one not minimized. Instead it had been the old version which had not been working with button icons.
So this suggestion is more like a development or packaging than a jquery-mobile feature.
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I checked out the git-repository (1.0a2pre) a few hours ago and have been trying some features following the docs.
Setting: I used the minimal files for css and js which I got after executing 'make' and the core jquery.min.js from js/ and copied the default theme images to my folder.
When using button icons no icons occured although images were at the right place.
After has been working with js/jquery.js I executed the google closure compiler creating a new jquery.min.js which helped.
Also http://code.jquery.com/jquery-1.4.3.min.js which is proposed in the docs does not seem to work with button icons.
Therefore I would suggest adding a compilation feature in Makefile which could look like:
@@Head -8 js/jquery.js > jquery.js
@@java -jar build/google-compiler-20100917.jar --js js/jquery.js --warning_level QUIET --js_output_file jquery.min.js
cheers
The text was updated successfully, but these errors were encountered: