It’s not working correctly how to fix it the code is
[removed][removed]
[removed]
(document).ready(function(){
(”.flip”).click(function(){
(”.panel”).slideToggle(“slow”);
});
});
[removed]
<style type=“text/css”>
div.panel,p.flip
{
margin:0px;
padding:5px;
text-align:center;
background:#e5eecc;
border:solid 1px #c3c3c3;
}
div.panel
{
height:120px;
display:none;
}
</style>
<div class=“panel”>
Username: <input type=“text” name=“username” value=”” maxlength=“32” size=“25”></p>
Password: <input type=“password” name=“password” value=”” maxlength=“32” size=“25”></p>
<button>LogIn</button>
</div>
this jquery not working in EE2.4.0 PLEASE HELP ME
THANKS