jQuery Mobile with jQuery plugins
I just started using jQuery Mobile. Can we use plugins developed for jQue开发者_如何转开发ry with jQuery Mobile?
Yes you can, but only some limited plugins
like you can use :
- DOM implementation plugins
- Input Validations plugins
- Ajax plugin
- Animation Plugin
Because Jquery mobile is developed specially for the small screen device and with limited features.so can not use some jquery plugins.
It is built on jQuery core, so you should be able to use jQuery core plugins with jQuery mobile. You could lose some of the advantages, because jQuery mobile is specifically designed to work with different mobile phones and jQuery core plugins could be incompatible or less functional with some mobile devices.
In other words: your mileage may vary, just try it!
You might be interested in this: http://www.jqmgallery.com/jquery-mobile-plugins/. You will also find many site templates, books, tutorials and other resources about jQuery mobile.
Most plug-ins should work without issues,I've tried many jquery plug-ins with jquery mobile and so far I've never faced any issues at all,but you have to test any plug-in you want to use on mobile and see how things are working/rendering on mobile (specially if the plugin use css and images)
精彩评论