Results 1 to 1 of 1

Thread: Disabled select

  1. #1
    Thread Starter
    Junior Member mehdicherfi's Avatar
    Join Date
    Mar 2012
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Disabled select

    Hello,

    Do you know how i can can disabled (true or false) a <select> ?
    I set the attribute disabled to true in the <select> but when i look with firebug i see a <a> with the class selectBox-disabled.

    HTML Code:
    <select id="cp_modle" class="selectBox" disabled="true" name="cp_modle" style="display: none;">
    <option value="">Tous</option>
    </select>
    <a class="selectBox selectBox-disabled selectBox-dropdown" style="display: inline-block; -moz-user-select: none;" title="" tabindex="0">
    <span class="selectBox-label">Tous</span>
    <span class="selectBox-arrow"></span>
    </a>
    Do you know how i can change in jascript this?.

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Packages ads are disabled
    By giuseppe in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: April 8th, 2012, 02:25 AM
  2. [SOLVED] Registration Disabled
    By lyonscars in forum ClassiPress General Discussion
    Replies: 3
    Last Post: May 28th, 2011, 06:18 AM
  3. HTML works when disabled
    By knientje in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 28th, 2010, 10:16 AM
  4. HTML works while disabled
    By knientje in forum Help Using ClassiPress
    Replies: 0
    Last Post: June 25th, 2010, 02:16 PM