Toggle an Action
toggleAction(initialAction, reverseAction);$('.wrapper .cont*').toggleAction(function(e){
this.height(this.find('p').height() + 18);
},
function(e) {
this.height(18);
);Last updated
toggleAction(initialAction, reverseAction);$('.wrapper .cont*').toggleAction(function(e){
this.height(this.find('p').height() + 18);
},
function(e) {
this.height(18);
);Last updated