How can I call a jquery function from javascript code?
I am using telerik's RadAjaxPanel and it has a ClientEvents-OnResponseEnd client event. So I wrote a JavaScript function:
function OnResponseEnd(ajaxPanel, eventArgs) {
// call jQuery here
};
and my question is how to call the jQuery function inside? I would like to manipulate some html elements using the .slide (..) function.
+1
a source to share
2 answers