Jquery attr function does not work in IE7 -


I am using jQuery 1.3.2, it seems that the function functions in IE8 and FF3, But not in IE7

The problematic code:

  .attr ("disabled", true)  

or

  .attr ("disabled", "disabled")  

Is there an alternative way to disable an element? (A specific option in a selection element)

Thanks.

IE 7 does not support in selected options disabled This is a jQuery There is no issue.

It has detailed information.

There are JavaScript-based actions, such as adding functionality (however, they're gray-out.)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -