if submitting as a form, should add a line of code to end of the js function $('input[name="happy"]').val($(this).data('title'));
Aaron Elbaz () - 8 years ago - Reply 0
Doesn't work in tabs. Even on this site, switch to HTML, CSS or JS and when you switch back to the Preview, it won't work.
Dezso Markon () - 8 years ago - Reply 0
@aven_parker:disqus The value will be set by this line of js code: $('#'+tog).prop('value', sel);
Chris () - 8 years ago - Reply 0
please tell me how i'm suppose to fetch results from the hidden input because there's no value attribute..?
Aven Parker () - 9 years ago - Reply 0