jQuery Tutorial – 2 – An Example

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

32 responses to “jQuery Tutorial – 2 – An Example”

  1. Ravi Lohana Avatar

    for learning Jquery from this videos should I know PHP bcoz don't know PHP, i know javascript ,html and CSS

  2. Medoo Avatar

    <button id="button">HIDE/SHOW</button>
    <p id="ppp">HIDE ME SHOW ME!</p>

    <script>
    $(function() {
    $('#button').click(function() {
    $('#ppp').slideToggle();
    });
    });
    </script>

  3. Gentian Brija Avatar

    Thanks cordially brother for this tutorial video. But Jquery UI.

  4. Muhammad Saqlain Ishtiaq Avatar

    Means Bucky is not a programmer at all. And ALex what you are to him?

  5. Muhammad Hasan Siddiqui Avatar

    200 tutorials :O how do u do that !

  6. Maddy Play Avatar

    guys I'm a newbie and want to learn jquery n I like Bucky videos bt this series is 5 yrs old so…I was thinking that… should I learn from here or some latest videos by others… cause? so guys help me…n Bucky if u can help…with updates

  7. Abdus Subhan Avatar

    plz Set multiple attributes and values

  8. Snehashis Debnath Avatar

    man, i m missing bucky already after watching the xhtml and css and javascript tutorials.
    though it was uploaded 4years ago

  9. Georgi Georgiev Avatar

    Thank you very much.
    GOD bless you.

  10. Debangshu Das Avatar

    please share every video's source code?

  11. Robert librado Avatar

    will this work with django 1.7 it should but since then jquery has updated thanks

  12. Ady Moko Avatar

    The videos are verry helpfull but….I think Bucky used a different type of program to shoot his tutorials….he zoomed on the code more often…

  13. Harry Pjotr Avatar

    And you can see that we've got a paragraph of text here that just says You can see this paragraph.
    WHY DO YOU TALK SO MUCH? WE CAN SEE AND WE KNOW HOW TO READ

  14. Jiangong Wei Avatar

    I don't know why there are negative comments on the tutorials, I personally like it very much, thank you so much, Alex.

  15. greenspringvalley Avatar

    Maybe the next video will explain what Jquery does. 

  16. Benjamin Lehmann Avatar

    actually, the spoiler isn't that hard to do in plain javascript, just make it onClick, change the class/id to make it display:none;

    you can undo this with display:initial; or display:default;

  17. Kosteri x Avatar

    it doesn't work. if i put alert() on top of toggle.js it is NOT triggered. it is NOT easy. How to fire the js up?!?

    2:06 very important to end the lines with </script>. That was why it didn't work for me, and i found out only halfway tutorial 4.

  18. Tuan Anh Ha Avatar

    Thank you very much!

  19. david anafa mudii Avatar

    Wow! With so great a tutorial, i find it unbelievable that 7 peeps dislike this tutorials…>:(

  20. Moor Ice Avatar

    Looking forward to learn jQuery 2 videos down 198 more to go!!! Let go!!!

  21. Stefan Perrachon Avatar

    How to change the value to make the code work
    if(value == 'Hide') {
    $('#toggle_message').val('Show');
    } else if(value == 'Show') {
    $('#toggle_message').val('Hide');
    }

  22. Ankit Rana Avatar

    You can try {
    code
    }catch(e)
    {e.string;},
    if you like

  23. LaBen Avatar

    put your js code to this xxx $(document).ready(function(){xxx});

  24. Kael Invoker Avatar

    My javascript never works… Even if I Try using someone else's work.

  25. Jun Orville Lecena Avatar

    w3schools have better tutorials.

  26. Kingsley Udenewu Avatar

    Your tutorial is awesome, please where can I download this tutorial

  27. Julia Dziuba Avatar

    Thanks for so great tutorials.

  28. Satrio Avatar

    Bucker fans club

  29. Dirk Jacobs Avatar

    Bucky love your videos, and learned a lot already, Would like to know, when using you tube downloader, it does not want to download the playlist, could anyone give assistance or how I can do this with something else as I only get internet facilities once a week

  30. RandomVideoDude TV Avatar

    I've been asking this question for a while but no answers … …

Leave a Reply

Your email address will not be published. Required fields are marked *