Explode effect using Jquery UI
"explode" as effect. All other parameters are optionalspeed (Optional) It can take these values
'fast' 'slow' time in millseconds pieces (Optional) It can take integer values, default value is 9
callback function: (Optional) We can use a callback function to execute once the explode effect is over
Let's keep this inside a Click event of a button, here button id is b1
Adding callback Function:We can display an alert window with message once the explode effect is over. Here is the code
This article is written by plus2net.com team.
|
Most Popular JQuery Scripts | |
1 | Two dependant list boxes |
2 | Calendar with Date Selection |
3 | Data change by Slider |
4 | Show & Hide element |