javascript - jquery tabslideout behaviour -
i have problem here slide out. works 1 one php file not on same code?
i have tried changing id's confused.
please help.
<input id="#submit456" type="submit" class="button" value="request quote »" style="background:#336600; color:#fff; padding:8px; font-weight:bold; margin-top:-4px; float:right; font-size:11px; font-family: arial, helvetica,sans-serif;" >
$("#submit456").click(function(event){ if (obj.hasclass('open')) { slidein(); } else { slideout(); } });
Comments
Post a Comment