Thursday, April 21, 2011
Bind Some Event to Element and trigger that function when click the element
Scenario: Suppose if we used same click event function in various web pages. if you want do some logic some page button for that need to re...
-
Find highcharts which are loaded in the page and then convert chart into png using jquery Charts are loaded through the ajax See the e...
-
// check the amount greater... if(Math.max(parseFloat(amount).toFixed(2),parseFloat(bal).toFixed(2))==parseFloat(amount).toFixed(2)) { ...