+ 1
Are you agree? jQuery: The Write Less, Do More
4 odpowiedzi
+ 4
What?
+ 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
0
i said, is Jquery powerful tool?
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