Nov 26, 2012

JQuery reverse each loop

JQuery Reverse each loop.

$($("ddlid").get().reverse()).each(function() { /* ... */ });

Nov 3, 2012

How to call child page function from parent page using JavaScript.


It's very simple using JavaScript with one line code.

document.getElementById('iFrameId').contentWindow.targetFunction(); 

Hope you enjoy it.