jQuery: The Write Less, Do More JavaScript Library

Ticket #3188 (closed bug: invalid)

Opened 4 weeks ago

Last modified 3 weeks ago

the Effect Method Animate can't change the height -css -attibute.

Reported by: frontview Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.3 Component: core
Version: 1.2.6 Keywords:
Cc: Needs: Review

Description

it seems use the statement as follows:

$("#divid").animate({height:"+=80px"},1000);

or

$("#divid").animate({height:"200px"},1000);

has no effect or it doesn't work.

Attachments

bug report.rar (15.9 kB) - added by frontview 4 weeks ago.
the testing files

Change History

Changed 4 weeks ago by frontview

the testing files

Changed 3 weeks ago by flesler

The line you point out says: hight instead of height.

Check that out, if that is the problem.. you really made a lose valuable time here. Please reply or close if done.

Changed 3 weeks ago by flesler

  • status changed from new to closed
  • resolution set to invalid

Reopen with a valid test case if you want.

Note: See TracTickets for help on using tickets.