Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3188 closed bug (invalid)

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

Reported by: frontview Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:

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 (1)

bug report.rar (15.9 KB) - added by frontview 15 years ago.
the testing files

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by frontview

Attachment: bug report.rar added

the testing files

comment:1 Changed 15 years 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.

comment:2 Changed 15 years ago by flesler

Resolution: invalid
Status: newclosed

Reopen with a valid test case if you want.

Note: See TracTickets for help on using tickets.