JQuery Tutorial for Beginners - 5 - JQuery Selectors Part 1

preview_player
Показать описание
In this tutorial we examine the selectors that JQuery provides.

Рекомендации по теме
Комментарии
Автор

;whenever i learn how to code something new im always really happy especially when u teach it :)

tastyl
Автор

can you please do a tutorial on responsive web pages so its easier to learn how to combine all the code and make professional looking layouts?

talhafarooq
Автор

Ej media i am very thankfull to you god bless you i am askinh to that whene you start advance java script

zafarabbas
Автор

if we are hiding the in-between div elements then our button position changes automatically. but in your videos, it is not.
what about others are you expereincing the same.?

jatinnandwani
Автор

if we use $(:contains('heelo').hide() jquery simply hides all elements of the page ??

ducatti
Автор

Working through this example, I had a question: "How do I code it so that it will remove the last 'div' element, but if last one is the 'test' element, remove the second last?" The the answer turned out to be:



As I understand it, what this does is get the list of divs that to not have an ID of "test", and then apply the "last" operation to get the last element in that list.

duncanmcdonald
Автор

help!!
if we have a h1 tag inside a <p></p> then in such situation this code dosen't work!!
<p><h1>appple</h1></p>
how to refer the <h1>

sachinmadishetty
Автор

sir your tutorials are very much help full!!
but in this video at 3:38 u said." if u write $("p:first") all the first p tag of div will be hide ", if we type $(p:first-child) then all the first p tag of all div will get hide!!!

sachinmadishetty
Автор

00:00 - first, last, not; --- $(".div p:first") --- $("div:not(.block)").hide();

enenotowitch