However, I'm up against a deadline, so I don't know if I'll have time to implement it, and I can't find any documentation or examples anywhere- are there any? That'll be key to working out if I can transition my code in time.
JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
11–20 of 43 posts
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#12Earlier quoted context omitted.
The idea is , sure, but can it? Zepto is supposed to be a drop-in replacement too, and it definitely isn't.
Well, as an observer of these things, sign up for the beta and let me know how it works out.
The developers are the ones who know what functionality is replicated and what isn't- going through myself and testing seems like a huge waste of time.
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#13From their blog: "If you have seen our jQ.Mobi video, you’ll see we outline problems with jQueryMobile." Where's the video?
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#14From their blog: "If you have seen our jQ.Mobi video, you’ll see we outline problems with jQueryMobile." Where's the video?
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#15does anyone know if it's compatible with backbone like zepto can drop in and replace jquery on mobile?
It doesn't seem to support .delegate() or .data() though, so you would probably have to shim these (and probably a couple of others that I forgot) yourself.
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#16Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#17I'm very interested in this- I'm currently building an app using jQuery+jQuery Mobile and I'm very disappointed with jQM's speed. However, I'm up against a deadline, so I don't know if I'll have time to implement it, and I can't find any documentation or examples anywhere- are there any? That'll be key to working out if I can transition my code in time.
Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#18Re: JQ.Mobi Is A Mobile-Optimized HTML5 Rewrite Of the JQuery Framework
#19Earlier quoted context omitted.
Well, as an observer of these things, sign up for the beta and let me know how it works out.
Mostly because it's almost impossible to know. It might work with all of the functionality I use on a normal day, but then I'll try to branch out at some point in the future and discover that it's broken. The developers are the ones who know what functionality is replicated and what isn't- going through myself and testing seems like a huge waste of time.
Not really, just run the Backbone test suite and substitute jQuery/Zepto with JQ.Mobi. It shouldn't pass straight away because I'm pretty sure that JQ.Mobi is missing a couple of the functions required by Backbone (see my post a couple of levels up) but it probably wouldn't be a huge deal to write them yourself.