In Eric Martin's Simplemodal jQuery plugin, is possible to adjust CSS on the fly?

Posted by breadwild on Stack Overflow See other posts from Stack Overflow or by breadwild
Published on 2010-03-27T16:34:13Z Indexed on 2010/03/27 16:43 UTC
Read the original article Hit count: 682

Filed under:
|
|

I would like to adjust the height of the simple-container to match changing depth requirements passed on data returned from the server using $.ajax.

It seems that once the modal is fired, all CSS changes on the fly, e.g. $('#someid').css('height','500px')

Anyway to override the set CSS?

Thanks

© Stack Overflow or respective owner

Related posts about simplemodal

Related posts about jQuery