API Documentation
|
Element Hide and Show
$petrojs('elem').hide(function() { //callback goes here }); $petrojs('elem').show(function() { //callback goes here }); |