Are you agree? jQuery: The Write Less, Do More | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Are you agree? jQuery: The Write Less, Do More

13th Jan 2017, 8:34 AM
Saeed Heidarizarei
Saeed Heidarizarei - avatar
4 Answers
+ 4
What?
13th Jan 2017, 8:38 AM
Dao
Dao - avatar
+ 3
I'm not convinced: JQuery ( from my point of view ;) ) is a lot of obscure code ( library side ^^ )... Write less, but with lines of code unused. And when I want to shortcut my code, I choose what function has an interest to be compacted, and I dot myself: w = document.write; w('text to print via dovument.write'); ...or even: function w(t) { document.write('<div>'+t+'</div>'); ] I understand JQuery lovers, but personnaly, I prefer keep control to my code as much as it is possible :P
13th Jan 2017, 9:10 AM
visph
visph - avatar
0
i said, is Jquery powerful tool?
13th Jan 2017, 8:40 AM
Saeed Heidarizarei
Saeed Heidarizarei - avatar
0
Just finished jQuery.. Looks a lot more practical then pure js.. and i was sceptical.. :-) just, i need to test my knowledge in practice, on a real project, for a certain answer.. for now, i can say that i found some very crucial solutions for my current project, and cant wait the morning to try them.. :-D
26th Jan 2017, 7:58 PM
Wolfinho