My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • May 13, 2009
    issue 2 (Bug with option restricted=true, Checkbox is not unchecked a...) Status changed by dawnerd   -   I have committed a fix.
    Status: Fixed
    I have committed a fix.
    Status: Fixed
  • May 13, 2009
    r7 (Fixed input checked setting with restricted setting) committed by dawnerd   -   Fixed input checked setting with restricted setting
    Fixed input checked setting with restricted setting
  • May 06, 2009
    issue 2 (Bug with option restricted=true, Checkbox is not unchecked a...) Status changed by dawnerd   -   Oh I see what you mean, I'll fix this when I get home. Nice catch.
    Status: Accepted
    Oh I see what you mean, I'll fix this when I get home. Nice catch.
    Status: Accepted
  • May 06, 2009
    issue 2 (Bug with option restricted=true, Checkbox is not unchecked a...) commented on by marcus.renz   -   Sorry, i have no demo. But when i look at your code you remove all class="checked" when option restricted is set. But you dont remove the checked-attribute from the input to un-check the checkbox. If you post a form maybe all input-checkboxes are checked, so only the last value submits. Seems that i copied the wrong code in my first post. This is the right one: $('input',this).attr("checked",false); Just put this after $(this).removeClass("checked"); in the restricted-case I attach the whole file.
    Sorry, i have no demo. But when i look at your code you remove all class="checked" when option restricted is set. But you dont remove the checked-attribute from the input to un-check the checkbox. If you post a form maybe all input-checkboxes are checked, so only the last value submits. Seems that i copied the wrong code in my first post. This is the right one: $('input',this).attr("checked",false); Just put this after $(this).removeClass("checked"); in the restricted-case I attach the whole file.
  • May 05, 2009
    issue 2 (Bug with option restricted=true, Checkbox is not unchecked a...) commented on by dawnerd   -   Can you provide a demo of this bug? I cannot reproduce it. The demo page uses restricted=true and it works fine. What browser are you using?
    Can you provide a demo of this bug? I cannot reproduce it. The demo page uses restricted=true and it works fine. What browser are you using?
  • May 05, 2009
    issue 2 (Bug with option restricted=true, Checkbox is not unchecked a...) reported by marcus.renz   -   It seems you missed the uncheck-command for the not checked checkbox. Just put this: $('input',this).attr(settings.checkedClass,false); after line 28
    It seems you missed the uncheck-command for the not checked checkbox. Just put this: $('input',this).attr(settings.checkedClass,false); after line 28
  • Apr 08, 2009
    issue 1 (Checked checkboxes on page load) Status changed by dawnerd   -  
    Status: Fixed
    Status: Fixed
  • Apr 08, 2009
    issue 1 (Checked checkboxes on page load) commented on by dawnerd   -   I have patched the jquery.bltcheckbox.js file. It will now handle pre-checked checkboxes. There's a few other minor fixes as well. http://code.google.com/p/jquery-bltcheckbox/source/browse/trunk/js/jquery.bltcheckbox.js
    I have patched the jquery.bltcheckbox.js file. It will now handle pre-checked checkboxes. There's a few other minor fixes as well. http://code.google.com/p/jquery-bltcheckbox/source/browse/trunk/js/jquery.bltcheckbox.js
  • Apr 08, 2009
    r6 (Fixed a big where checked checkboxes would not be checked on...) committed by dawnerd   -   Fixed a big where checked checkboxes would not be checked on a page load. Also removed settings.checkedClass from input attribute selector as this would cause errors if the class was anything other than checked.
    Fixed a big where checked checkboxes would not be checked on a page load. Also removed settings.checkedClass from input attribute selector as this would cause errors if the class was anything other than checked.
  • Apr 07, 2009
    issue 1 (Checked checkboxes on page load) commented on by jankalach   -   So I'm placing some checkboxes on the page. Some are checked and some unchecked. Everithing is ok. But when I implement bltcheckbox, then all checkboxes are unchecked until I click on some checkbox.
    So I'm placing some checkboxes on the page. Some are checked and some unchecked. Everithing is ok. But when I implement bltcheckbox, then all checkboxes are unchecked until I click on some checkbox.
  • Apr 07, 2009
    issue 1 (Checked checkboxes on page load) commented on by dawnerd   -   Can you provide a little more information on the problem at hand? I'm not 100% sure what you are referencing.
    Can you provide a little more information on the problem at hand? I'm not 100% sure what you are referencing.
  • Apr 07, 2009
    issue 1 (Checked checkboxes on page load) reported by jankalach   -   What steps will reproduce the problem? 1. each time page is loaded Make this line $('input',this).attr(settings.checkedClass,false); Should be there? $('input',this).attr(settings.checkedClass,$('input',this).attr(settings.checkedClass));
    What steps will reproduce the problem? 1. each time page is loaded Make this line $('input',this).attr(settings.checkedClass,false); Should be there? $('input',this).attr(settings.checkedClass,$('input',this).attr(settings.checkedClass));
  • Mar 19, 2009
    r5 (Modified example to show how to incorporate labels.) committed by dawnerd   -   Modified example to show how to incorporate labels.
    Modified example to show how to incorporate labels.
  • Mar 19, 2009
    r4 (Default checked images added. Example html file updated to u...) committed by dawnerd   -   Default checked images added. Example html file updated to use default images.
    Default checked images added. Example html file updated to use default images.
  • Mar 17, 2009
    jquery-bltcheckbox-v1.1.zip (bltcheckboxv1.1) file uploaded by dawnerd   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Mar 17, 2009
    r3 (Added a setting to change the checked class.) committed by dawnerd   -   Added a setting to change the checked class.
    Added a setting to change the checked class.
  • Mar 16, 2009
    jquery-bltcheckbox-v1.zip (Stable Release) file uploaded by dawnerd   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Mar 12, 2009
    r2 (Initial Import) committed by dawnerd   -   Initial Import
    Initial Import
  • Mar 12, 2009
    Project jquery-bltcheckbox created by dawnerd   -   Easily create custom checkboxes styled by css.
    Easily create custom checkboxes styled by css.
 
Hosted by Google Code