How do you add an onload event to an element?
Can I use:
for t
I am learning javascript and jquery and was going through all the answer,
i faced same issue when calling javascript function for loading div element.
I tried $(' and it worked for me. I want to know is this good way to perform onload call on div element in the way i did using jquery selector.
thanks