Cam
Administrator
[M:5000]
Posts: 6,381
|
Jquery
Nov 2, 2010 8:33:40 GMT
Post by Cam on Nov 2, 2010 8:33:40 GMT
Does anyone know jquery? Is it easy hard? Is it worth learning?
|
|
russellr
Elite Level 1
[M:5000]
rCs?
Posts: 525
|
Jquery
Nov 2, 2010 9:50:46 GMT
Post by russellr on Nov 2, 2010 9:50:46 GMT
I would not sayeasy but it's like another language once you get use to it t will all make sense, take a look through the jQuery website the documentation there is excellent.
But it makes many things so much easier and code so much shorter it's great!
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Nov 2, 2010 13:52:14 GMT
I havent really looked into jquery much, but isnt that just an ext of js or something?
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Jquery
Nov 2, 2010 17:32:15 GMT
Post by Cam on Nov 2, 2010 17:32:15 GMT
Could you use Jquary in pb codes?
|
|
russellr
Elite Level 1
[M:5000]
rCs?
Posts: 525
|
Jquery
Nov 2, 2010 17:57:17 GMT
Post by russellr on Nov 2, 2010 17:57:17 GMT
Yes, very big yes, makes many things so much easier. have a look through this s.rjb.im/jQIt's fantastic. So e.g This will fade out: <script> $('#divid_with_link').click(function() { $('#divid_which_closes').fadeOut('slow', function() {});}); </script> so just to go through that quickly #divid < very simple .click = when clicked .fadeOut = will fadeout the div with that id next to it there.
|
|
|
Jquery
Nov 2, 2010 20:42:53 GMT
Post by ryandiamond on Nov 2, 2010 20:42:53 GMT
It's JavaScript, no it's not hard.
Should you learn it? No.
What should you do? Learn JavaScript first.
|
|
Justin
Elite Poster
Pure Awesomeness[M:0]
In Memory of those killed in the 9/11 attacks
Posts: 277
|
Jquery
Nov 2, 2010 21:15:34 GMT
Post by Justin on Nov 2, 2010 21:15:34 GMT
What should you do? Learn JavaScript first.
|
|
edenwax
VIP
v5 Beta Tester[M:5000]
Posts: 1,266
|
Jquery
Nov 3, 2010 0:06:52 GMT
Post by edenwax on Nov 3, 2010 0:06:52 GMT
Calm down, Ryan.
I've heard jQuery is really nice to work with. Once I get into programming I might give it a shot.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Jquery
Nov 3, 2010 2:17:45 GMT
Post by Cam on Nov 3, 2010 2:17:45 GMT
I think I might learn it after I finish the two codes I'm making quickly ;D
Edit: One code complete.
|
|
John Wankel
Elite Poster
Coding for you one step at a time[M:0]
Posts: 399
|
Jquery
Nov 3, 2010 7:52:05 GMT
Post by John Wankel on Nov 3, 2010 7:52:05 GMT
It's JavaScript, no it's not hard. Should you learn it? No. What should you do? Learn JavaScript first. He does know JavaScript Moving on, Jquary might be something to put on the to learn list for me.
|
|