Loading...
This is the first part of my JQuery Video Tutorial. I will also cover all of the techniques that go into implementing a dynamic site using Asynchro...
derekbanas • 20,321 views
great tutorial thanks!
on minute 2:30 'if you want to select all the different h3 inside a p you write:
#("p .h3");
shouldn't it be $("p h3"); ?
('$' instead of '#' and .h3..doesn't the dot refer to a class? )
thanks again!
great job!
Adam
great tutorial thanks!
on minute 2:30 'if you want to select all the different h3 inside a p you write:
#("p .h3");
shouldn't it be $("p h3"); ?
('$' instead of '#' and .h3..doesn't the dot refer to a class? )
thanks again!
great job!
Adam