jquery mobile with php

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    jquery mobile with php

    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

    #2
    Only if your lava site is html converted !!! And / or has a html version
    This is ten percent luck, twenty percent skill
    Fifteen percent concentrated power of will
    Five percent pleasure, fifty percent pain

    And a hundred percent reason to remember the name!

    Comment


      #3
      Originally posted by mirror View Post
      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
      what 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 : http://jquerymobile.com/demos/1.0/
      and check the source code with your browser
      Advertise your mobile site for FREE with AdTwirl

      Comment


        #4
        Originally posted by GumSlone View Post
        what 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
        any examples of code from lavalair bro , how can i integrate it jquery in my site which is based on lavalair , i like jquery mobile interface so guide me a little

        Comment


          #5
          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
          nd

          symbian os 60v2 below fp3 will not support jquery in default browser

          Comment


            #6
            hey bro , can i get any example of a jquery used in lava page

            Comment


              #7
              Originally posted by mirror View Post
              hey bro , can i get any example of a jquery used in lava page
              jquery lavalair examples will look 99% the same way like the examples here: http://jquerymobile.com/demos/1.0/
              Advertise your mobile site for FREE with AdTwirl

              Comment


                #8
                Great idea thou!

                Comment


                  #9
                  Originally posted by GumSlone View Post
                  jquery lavalair examples will look 99% the same way like the examples here: jQuery Mobile: Demos and Documentation
                  subzero bro i gone through tht jquery site n many tutorials , i want to include jquery ui with my lavalair based site , dnt know where to start from soasking for help

                  Comment

                  Working...
                  X