JQuery reverse each loop Kalpesh Satasiya 4:29 PM 2 comments JQuery Reverse each loop. $($("ddlid").get().reverse()).each(function() { /* ... */ }); Read More Share This: Facebook Twitter Google+ Stumble Digg
How to call child page function from parent page using JavaScript. Kalpesh Satasiya 11:00 AM 1 comment It's very simple using JavaScript with one line code. document.getElementById('iFrameId').contentWindow.targetFunction(); Hope you enjoy it. Read More Share This: Facebook Twitter Google+ Stumble Digg