Wednesday, January 28, 2015

call or invoke onclick event function by javascript

var elem = document.getElementById("image_id");
if (typeof elem.onclick == "function") {
elem.onclick.apply(elem);
}

No comments:

Post a Comment

Change priority of dual boot OS

Change priority of dual boot OS  (Windows and Linux): Go to your Linux OS, install Grub customizer. Then change priority by up and down arro...