[jQuery] easy way to include clueTip content in form
Hello everyone,
I am using a clueTip to show a couple of options (checkboxes) on a
form.
It took me quite awhile to realize that the cluetip checkboxes are a
copy of the original group of checkboxes, existing outside of the
form. Therefore, the checkboxes were not submitted in their state.
So, the problem is: What is the correct way to write back the values
of the cluetip checkboxes to the original ones upon closing the
cluetip?
I think I could write a function which on close iterates over the copy
and writes back the values, but isnt there an easier way?
I would be very grateful for a few pointers on this.