How to stop jqm from auto-enhancing an element? : jquery mobile



How to stop jqm from auto-enhancing an element? : jquery mobile..

Answer / Pran Mohan Mishra

.live('pageload', function(e){e.preventDefault();}); This code can be used to prevent jQuery Mobile from automatically enhancing an element.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain finish method in jquery? : jquery mobile

1 Answers  


How to load jQuery from CDN?

1 Answers  


How to divide a page into parts using jquery mobile? : jquery mobile

1 Answers  


What are selectors in jquery mean ?

1 Answers  


How to select element having a particular class (".selected")?

1 Answers  


How to find all sibling elements after the current element using ?

1 Answers  


Explain the starting point of code execution in jquery? : jquery mobile

1 Answers  


You get "jquery is not defined" or "$ is not defined" error. What could be the reason?

1 Answers  


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

1 Answers  


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

1 Answers  


How can you disable jquery animation?

1 Answers  


Tell me is jquery a w3c standard? : jquery mobile

1 Answers  


Categories