jQuery Tutorial – 65 – has

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


Posted

in

by

Tags:

Comments

17 responses to “jQuery Tutorial – 65 – has”

  1. Palash Mitra Avatar

    Alex is awesome!

  2. Georgi Georgiev Avatar

    Thank you very much for the tutorial. It was very useful.
    GOD bless you and keep you :).

  3. BiTrOiX Avatar

    don't you need to put 'var' infront of 'this_sel' ??

  4. Kris Hunt Avatar

    Why does this not work (leaving off .length==0)?

    if (this_sel.has('li')) {
    this_sel.after('This menu has at least one li.');
    } else {
    this_sel.after('This is an empty menu.');
    }

    Seems like this should say "if this ul has an li"…

  5. Will Ragano Avatar

    Wow, "go ahead" 3 times in 3 seconds, a new record!

  6. ErichLancaster Avatar

    and I'm not ? πŸ™

  7. Mohit Manuja Carbstrong Avatar

    v good explanation there

  8. Creepypasta Files Avatar

    after() is used to actually insert data into the html/webpage. (sort of like append(). the subtle difference between after() and append() is that after() adds the data OUTSIDE the currently selected tags, whereas append() adds data WITHIN the selected tags)
    next() is a type of selector. it selects the next element in the result set of matched elements.

  9. Jay Yoon Avatar

    What's the difference between after() and next() functions?

  10. 123japanuser Avatar

    True , same here going in blocks of 25 every 3 hours πŸ™‚ "Agony has Company" LOL

  11. Ejaz Karim Avatar

    Oh my goD.. Here is alex, I was thinking here could be any other teacher.. Thanks alex, I have watched your series of image upload website.. Thnanks very much, Love you
    Don't mind, I'm not good english speaker.. You're great man

  12. jr5000pwp Avatar

    I would yell "MOAR!" but I just watched 3.4 hours of tutorials… Time for a 18 hour break πŸ˜›

  13. DZYA Avatar

    1st! Nice tutorial btw πŸ˜€

Leave a Reply

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