How do you add an onload
event to an element?
Can I use:
for t
I just want to add here that if any one want to call a function on load event of div & you don't want to use jQuery(due to conflict as in my case) then simply call a function after all the html code or any other code you have written including the function code and simply call a function .
/* All Other Code*/
-----
------
/* ----At the end ---- */
OR
/* All Other Code*/
-----
------
/* ----At the end ---- */