[jQuery] How to get the inline value for 'Display' style property via jquery/js??

[jQuery] How to get the inline value for 'Display' style property via jquery/js??


I have an inline css attribute which is set in the codebehind but changes
dynamically in the browser via jquery. The display of a textbox and a couple
of dropdowns are altered formblock to none based on some rules.
When I view the source of the page the dropdown that is visible still has
the original, server-side set display values in its source. So the jquery
method $("dropdown").css("display") doesn't yield the value I'm looking for.
Is it possible to retrieve the actual value of an inline style element that
has been previously modified by javascript/jquery?
Thank you,
:confused:
--
View this message in context: http://www.nabble.com/How-to-get-the-inline-value-for-%27Display%27-style-property-via-jquery-js---tp22723582s27240p22723582.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.