Hi Friends,
I have developed an application in asp .net with C#, now client wants to make it compatible with smart phones. What are the basic things needs to be done.
I know little bit of Jquery. So I heard of Jquery Mobile plugin, so can i use this plugin and how or any other way, please suggest me ?
Loading

Jaganathan BantheswaranPosted Jan 7, 2014, 6:50 AM
If you're a making a web application that you primarily use on mobile devices just go with jQueryMobile; Anything else go with Bootstrap- it's really quite awesome.
jQueryMobile is just like other javascript framework & gives a lot of mobile oriented features such as- swipe-events, page transitions, allows for single page applications, AJAX preload and history API, and lots of touch friendly components/widgets.
Bootstrap is a CSS library mostly for desktop but works on mobile as well. Bootstrap will not help you with touch friendly lists, checkboxes, select menu's, etc.