31 Dec 2012, 11:54
210282_10151347422588489_1453005821_o_pragsmall

Miha Rekar (2 posts)

Hi!

I’m just starting with Rails and so I’m learning with this book. I can’t get the jQuery UI blind effect from 11.4 to work. The cart works and all it just isn’t smooth. It should slowly slide down but instead it moves for like 5px, then waits for a sec and then everything just “jumps in”.

I already searched this folder and I added the display: block to #cart and also I only have one div with the id of ‘cart’.

I have freshly installed Rais 3.2.9 with jquery-rails 2.1.4.

Any ideas?

31 Dec 2012, 12:49
210282_10151347422588489_1453005821_o_pragsmall

Miha Rekar (2 posts)

Finally fixed it! If anyone will encounter this, this is a solution: just remove the
form, div { display: inline; }
from the application.css.scss

09 Jan 2013, 06:08
Generic-user-small

Rens Verstegen (1 post)

Thanks, I had the same problem and this solved it!

24 Jan 2013, 10:24
Generic-user-small

Adam Tait (8 posts)

Thanks Miha—That was driving me crazy. Good work.

  You must be logged in to comment