Hey guys what is the fastest one from jQuery and JavaSript?
most of the time JS has the fastest single execution
for an example :-
document.getElementById('id_name') > $('#id_name')
first on is faster than second one.
But what do you think,
when we consider about overall performance..
what is the fastest one?
most of the time JS has the fastest single execution
for an example :-
document.getElementById('id_name') > $('#id_name')
first on is faster than second one.
But what do you think,
when we consider about overall performance..
what is the fastest one?






