tutorial sites for jquery??

Discussion in 'jQuery' started by lavinpratap, Nov 11, 2011.

  1. #1
    Can you please let me know any nice site for jquery tutorials. It would be better if it has practical examples and also video tutorials:)
     
    lavinpratap, Nov 11, 2011 IP
  2. avinash gaud

    avinash gaud Member

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    2
    Trophy Points:
    26
    #2
    Hello,

    You can visit official site of jquery or w3schools.com for good resources on jquery.
     
    avinash gaud, Nov 11, 2011 IP
  3. lavinpratap

    lavinpratap Peon

    Messages:
    143
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for your help
     
    lavinpratap, Nov 13, 2011 IP
  4. lavinpratap

    lavinpratap Peon

    Messages:
    143
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I also want to know if the following is possible using jquery.

    1) I have certain search criteria in drop downlist box.
    2) The first list box will be loaded when the page loads.
    3) When a item is selected from the list the next drop down list should be filled in taking data from DB. But the page should be refreshed or loaded again.

    Is this possible??
     
    lavinpratap, Nov 15, 2011 IP
  5. avinash gaud

    avinash gaud Member

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    2
    Trophy Points:
    26
    #5
    Hello,

    Ya its possible.if you have some programming language you can do it by yourself by doing R&D.
     
    avinash gaud, Nov 15, 2011 IP
  6. Abitha

    Abitha Member

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    36
    #6
    I have come across JQuery tutorials with simple example in hscripts
     
    Abitha, Nov 28, 2011 IP
  7. rifki.aria

    rifki.aria Active Member

    Messages:
    199
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    90
    #7
    You can learn at jquery.com ;)
     
    rifki.aria, Dec 9, 2011 IP
  8. lavinpratap

    lavinpratap Peon

    Messages:
    143
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    :D thanks. i found this already and it is good..
     
    lavinpratap, Dec 12, 2011 IP
  9. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #9
    You do this using AJAX and code on the server (usually in PHP) to get the data for the second box from your database. You can't access the database using jQuery (or Javascript) alone.
     
    Rukbat, Dec 15, 2011 IP