Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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 » Sun Jul 01, 2018 9:44 pm
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 » Mon Jul 02, 2018 1:03 pm
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 » Tue Jul 03, 2018 11:02 am
marcvander wrote: Great, worked! Thanks