Skip to content

Releases: jigneshsatam/select_all-rails

Undefied element fix

06 Sep 18:52
Compare
Choose a tag to compare
  • Undefied element fix
    If select_all() function called on an element which is not in the window, it will return null

  • Add and improved specs

Array declarations

10 Dec 15:52
Compare
Choose a tag to compare
  • Added missing Array declarations.

Ajax loaded check-boxes selection and show selection count

08 Dec 19:34
Compare
Choose a tag to compare
  • Ajax loaded check-boxes
    • Ajax loaded check-boxes can be checked and unchecked.
    • If parent check-box is checked then all ajax loaded check-boxes will be checked.
    • If parent check-box is unchecked then all ajax loaded check-boxes will remain unchecked.
  • Show selection count
    It can show:
    • checked count. (Selected (NUMBER))
    • unchecked count. (Unselected (NUMBER))
    • selected count out of total count. (selected/total)

Multiple Selection

08 Dec 07:33
Compare
Choose a tag to compare

Multiple Selections

Add multiple select-all check-boxes in a page.

Validating jQuery dependency

08 Dec 07:04
Compare
Choose a tag to compare

Validating weather jQuery is incorporated in the web-application if not throws Error: select_all requires jQuery

Check-all and uncheck-all basic implementation

08 Dec 06:53
Compare
Choose a tag to compare
  • Basic implementation of Check-all and uncheck-all