How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile



How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile..

Answer / Dipesh Kumar Chaudhary

To set the width of a jQuery Mobile responsive table to 100%, you can use the data-responsive-enabled attribute on the table and override any conflicting CSS styles with inline styles or !important declarations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How can you select all elements in a page using jquery?

1 Answers  


Tell me how to select combobox select value and text using jquery?

1 Answers  


What is the difference between parent() and parents() methods in jQuery?

1 Answers  


What does $("div") will select?

1 Answers  


How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?

1 Answers  


Explain .siblings() method in jquery?

1 Answers  


How to write browser specific code using jquery? : jquery mobile

1 Answers  


Is it too early to discuss jquery ui 1.8?

1 Answers  


What is the difference between $(window).load and $(document).ready?

1 Answers  


Explain the difference between .empty() and .remove() ?

1 Answers  


Where jquery mobile works? : jquery mobile

1 Answers  


What is the difference between text() and html() in jquery?

1 Answers  


Categories