hey friends i am coming across this mobile jquery thing a lot of times on net but i m not getting examples how it is used with php can anybody help , IS IT POSSIBLE TO USE JQUERY MOBILE WITH LAVALAIR
jquery mobile with php
Collapse
X
-
Originally posted by mirror View Posthey friends i am coming across this mobile jquery thing a lot of times on net but i m not getting examples how it is used with php can anybody help , IS IT POSSIBLE TO USE JQUERY MOBILE WITH LAVALAIR
send ajax request to a php file?
jquery mobile is actually an ui (user interface)
if you want to send ajax requests to a php file you can use only jquery
examples for jquery mobile you can get here : http://jquerymobile.com/demos/1.0/
and check the source code with your browser
Comment
-
Originally posted by GumSlone View Postwhat do you want to do with jquery mobile and php?
send ajax request to a php file?
jquery mobile is actually an ui (user interface)
if you want to send ajax requests to a php file you can use only jquery
examples for jquery mobile you can get here : jQuery Mobile: Demos and Documentation
and check the source code with your browser
Comment
-
there is lots more
ex
HTML Code:<div id="js"></div> $('#js').html('Loding');//show loading text $('#js').hide();//will hide content $('#js').remove();//remove element $('#js').load('page.php');//will load page.php in id js
symbian os 60v2 below fp3 will not support jquery in default browser
Comment
-
Originally posted by mirror View Posthey bro , can i get any example of a jquery used in lava page
Comment
-
Originally posted by GumSlone View Postjquery lavalair examples will look 99% the same way like the examples here: jQuery Mobile: Demos and Documentation
Comment
Comment