Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Questions related to using nuBuilder Forte.
-
toms
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Unread post
by toms »
To check:
Code: Select all
$('#contact_ch').prop('checked',true).change();
Uncheck:
Code: Select all
$('#contact_ch').prop('checked',false).change();
-
marcvander
- Posts: 101
- Joined: Mon Mar 26, 2018 5:57 pm
Unread post
by marcvander »
Great, worked! Thanks
Config:
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
-
toms
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Unread post
by toms »
marcvander wrote:Great, worked! Thanks
