davy_yg 2 Posting Whiz 6 Years Ago Hello, Check this out - http://loudev.com/ . I would like to add one more button called Select All to select all the email on leftside to move them to the right side. Any clue how to? Thanks in advance. javascript javascript-jquery 0 0 Share pty 882 Posting Pro 6 Years Ago It's easy Add a new checkbox Create an associated label with text "Select All" Write some code that when the new checkbox is checked checks the other boxes, and vice versa. Done. Here are some ways not to do it Ask a vague question on a forum without giving any information on the context and what libraries are available Copy and pasting random code from the internet until it works Wasting peoples time by asking the same question over and over, each time (when pressed) yielding slightly more information 2 0 Share rproffitt commented: +1 easy. +0 Share Facebook Twitter LinkedIn Reply to this topic Be a part of the DaniWeb community We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge. Sign Up — It's Free!
pty 882 Posting Pro 6 Years Ago It's easy Add a new checkbox Create an associated label with text "Select All" Write some code that when the new checkbox is checked checks the other boxes, and vice versa. Done. Here are some ways not to do it Ask a vague question on a forum without giving any information on the context and what libraries are available Copy and pasting random code from the internet until it works Wasting peoples time by asking the same question over and over, each time (when pressed) yielding slightly more information 2 0 Share rproffitt commented: +1 easy. +0