Puff effect using Jquery UI
"puff" as effect. Here are the parametersspeed (Optional) It can take these values
'fast' 'slow' time in millseconds percentage (Optional) Size to which the element can grow , default value is 150 %
callback function: (Optional) We can use a callback function to execute once the puff effect is over
Usually it is connected to Click event of a button, here button id is b1
To this we have added a callback Function to display an alert windowHere 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 |