Jaswinder Posted May 10, 2014 Share Posted May 10, 2014 (edited) can anyone tell me how this live editing is working. Is it javascript/jquery/ajax. i dont know exactly ,but i want to apply this on my website reference link - http://www.vistaprint.in/vp/ns/studio3.aspx?pf_id=AHT&combo_id=503945&referer=http%3a%2f%2fwww.vistaprint.in%2fgallery%2fILYBAAABAAAAAAA%3d%2fpremium-business-cards.aspx%3fxnav%3dHowToDesign&uei=397873&ag=true&ssc=1&filter=4%3a10003||1%2c3%3a10233||1&xnav=previews&xnid=button_113&rd=1 Edited May 10, 2014 by Jaswinder Quote Link to comment https://forums.phpfreaks.com/topic/288385-live-editing/ Share on other sites More sharing options...
Q695 Posted May 10, 2014 Share Posted May 10, 2014 It looks like they're taking the data from the text field/font field, and putting it over the image in the specific position with Javascript. This is an example of what they're doing: document.getElementById('test').innerHTML = volumeslider.value; Quote Link to comment https://forums.phpfreaks.com/topic/288385-live-editing/#findComment-1479000 Share on other sites More sharing options...
Jaswinder Posted May 10, 2014 Author Share Posted May 10, 2014 what is the volumeslider ?? you mentioned above Quote Link to comment https://forums.phpfreaks.com/topic/288385-live-editing/#findComment-1479001 Share on other sites More sharing options...
Q695 Posted May 11, 2014 Share Posted May 11, 2014 Mine is tied to a slider, but it's the same principle for other things. Quote Link to comment https://forums.phpfreaks.com/topic/288385-live-editing/#findComment-1479040 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.