Answered

write here a useful snippet of code - jquery only for beginner

useful little detail in jquery

(yourDesigner = change this)

--> .js file

//text change button

   $('#textchange').click(function(){

    yourDesigner.setElementParameters ({text: "change text here"}, "object title here");

    return false;

   });

--> html file:
<a href="#" id="textchange" class="fpd-btn">Change it!</a>

write here a useful snippet of code - jquery only

Login or Signup to post a comment