checkbox - Rails - Check Boxes Calling Methods -
i'm making 'check_list' company. each row of table 1 event 10+ check boxes labeled table header. each time check box clicked want save user's id , date. there way call server side method save without submitting form?
i don't want use submit button because need room possible check boxes.
i welcome ideas or tips/tricks.
i using ruby on rails.
use jquery, attach change event, , use ajax call method.
Comments
Post a Comment