How does jquery mobile theming work? : jquery mobile



How does jquery mobile theming work? : jquery mobile..

Answer / Amit Kumar Pal

jQuery Mobile theming involves customizing the look and feel of a jQuery Mobile application. This is done by modifying the styles (CSS) and images (HTML and CSS Sprites). Users can choose from pre-built themes or create their own using SASS or LESS.nTo apply a theme, users can either use the built-in themes in the jQuery Mobile download package or customize their own theme file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile

1 Answers  


What are the methods used to provide effects?

1 Answers  


How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.

0 Answers  


What does $("div") will select?

1 Answers  


How to delete cookies in jquery?

1 Answers  


What is the difference between .js and .min.js?

1 Answers  


What is event.PreventDefault in jQuery?

1 Answers  


Explain finish method in jquery? : jquery mobile

1 Answers  


What are jquery plugins?

1 Answers  


How do I check if an element is hidden in jQuery?

1 Answers  


Difference between prop() and attr()? : jQuery Mobile

1 Answers  


How to keep the submit text from showing with jquery mobile? : jquery mobile

1 Answers  


Categories