Skip to main content

Bug Tracker

Side navigation

#8392 closed bug (invalid)

Opened February 26, 2011 03:09PM UTC

Closed March 13, 2011 07:46AM UTC

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>

Attachments (0)
Change History (2)

Changed February 27, 2011 02:00AM UTC by dmethvin comment:1

owner: → anonymous
status: newpending

Please provide a jsfiddle example.

Changed March 13, 2011 07:46AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

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!