[Plugin: Jazzy Forms] jquery reading div field
-
I know I have a lot of questions and I;m figuring it out as I go but I have a question. I want to take a value and display it on a div somewhere else in the page. I cant get it to work with anything. Maybe my jquery is wrong..
I have a div:
<input type=”text” id=”jzzf_1_element_1″ value=”Invalid formula”></div>
<div id=”taketext1″> here it is take me </div>
$(document).ready(function () {
$(“#taketext1”).html($(“#jzzf_1_addition”).html());
});jzzf_1_addition being the calculated output field but I cant get it to work. I can get it to work if it’s reading a static div but not any calculated div. I tried reading an html output but it only prints:
{{15+identifier2}}
Any ideas on what I”m doing wrong?
This is an awesome plugin though, thanks!
The topic ‘[Plugin: Jazzy Forms] jquery reading div field’ is closed to new replies.