Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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 provide a jsfiddle example.