Viewing 1 replies (of 1 total)
  • Edit the only JS file found in the plugin folder, replacing all of the content with this:


    jQuery(document).ready(function(){
    // differences described here: https://stackoverflow.com/a/7730719/634386
    // for readonly
    $('li.readonly textarea, li.readonly input, li.readonly select').attr('readonly','readonly');
    // for disabled
    $('li.disabled textarea, li.disabled input, li.disabled select').attr('disabled','disabled');
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Not working with textbox’ is closed to new replies.