Why is only the first page of multi page document loaded? : jquery mobile



Why is only the first page of multi page document loaded? : jquery mobile..

Answer / Ram Yagya Pal

When dealing with multiple pages in jQuery Mobile, if only the first page is loaded, it's likely due to an improper initialization or configuration. Make sure you have included the necessary scripts and styles for jQuery Mobile on every page, and that you are using the correct data-role='page' attribute on each page markup.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the difference between $(this) and 'this' in jquery?

1 Answers  


Can we have multiple document.ready() function on the same page? : jquery mobile

1 Answers  


Is jquery a w3c standard? : jquery mobile

1 Answers  


Define jquery filter?

1 Answers  


How to concatenate two strings using jquery?

1 Answers  


Define jquery $.ajax() method?

1 Answers  


Define the types of selectors in jquery?

1 Answers  


What is the difference between jquery and javascript?

1 Answers  


How to control page titles in jquery mobile? : jquery mobile

1 Answers  


Explain some benefits of jquery knockout?

1 Answers  


Is Uncaught TypeError: $(…).modal not a function jquery?

1 Answers  


Explain width() vs css(‘width’)?

1 Answers  


Categories