css3 - Is it redundant using jQuery Mobile and a responsive layout /CSS media queries? -


I was checking today and found out that the website is a great fit for mobile devices so I wonder If using jQuery mobile and feedback with media queries / adaptive layouts are simultaneously redundant, because using only media queries takes a good view. Is it really redundant or is I walking on caffeine? Example: I do not know how to use jQuery mobile, as it is done very well using media queries.

And to be fair, I do not see jQuery being being without mobile, hehe. Without JQuery it will be very difficult to look and feel as "the original app", is that right? Personally, I think jQuery's mobile media does not obfuscate the queries.

One of the great benefits of jQuery Mobile in my opinion is that it makes things like form elements more favorable by making them bigger. But if you want to change other things depending on the device, such as the size of the images, you still want to use the media queries to load the appropriate CSS file.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -