Ticket #8392 (closed bug: invalid)
slideToggle() is not working
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('#forgetpass').click(function() {
$('#forgetinput').slideToggle(300, function() {
$("#forgetpass").toggle(); $("#login-content").toggle(300);
});
});
<div id="login">
<div id="login-slide">
<div id="login-content">
<form id="form" action="logowanie.php" method="post">
<input type="text" name="login" value="Nazwa użytkownika..." onFocus="if (this.value == 'Nazwa użytkownika...') {this.value = ;}" onBlur="if (this.value == ) {this.value = 'Nazwa użytkownika...';}" /> <input type="password" name="haslo" /> <input type="submit" name="log" value="Zaloguj mnie" /> </form> <!--
<div class="linki">
<a href="#" id="forgetpass">Zapomniałeś hasła?</a>
-->
</div>
</div>
</div> <!-- <div id="forgetinput">Zapomniałeś hasła?<br /><input type="text" value="Wpisz email" onFocus="if (this.value == 'Wpisz email') {this.value = ;}" onBlur="if (this.value == ) {this.value = 'Wpisz email';}"><input type="submit" value="Przypomnij"></div> -->
</div>
Change History
comment:2 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Please provide a jsfiddle example.