Hi,<div>I want to add &#39;ui-state-disabled&#39; to a JQButton. The widget hierarchy does not respond to #addClass and if I add it to the WAButton, its ignored/over-written by the jQuery script.  Using #option:at gives me the desired class, but removes all the others.</div>
<div><br></div><div>I&#39;m using it like this :-</div><div><br></div><div><div>html button</div><div>    bePush;</div><div>    script: ((html jQuery this) button primaryIcon: &#39;ui-icon-refresh&#39;; text: true);</div>
<div>    onClick: ((html jQuery ajax) callback: []);</div><div>    with: &#39;Update&#39;.<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><br></div>and would like to (conditionally) add the &#39;ui-state-disabled&#39;. </div>
<div><br>-- <br>~JT<br><br><br>
</div>