Posts by Rodrigo Sandrini • 121 points
3 posts
-
1
votes1
answer96
viewsA: How to clone form in the right place - Javascript
Hi @Andy Lima. The "problem" in your code is in the position that javascript "clones" the form. In your example the line that "clones"* the form in a given position is this:…
javascriptanswered Rodrigo Sandrini 121 -
8
votes2
answers4660
viewsA: Is it possible to simulate safari in windows?
Man, a lot of people use the https://www.browserstack.com/mobile-browser-emulator I believe it is the fastest solution, there are yes some tools to emulate safari if you give a google, or you can…
-
0
votes1
answer868
viewsQ: Modal Window and Data Manipulation
I have the following question: I am working on a project where I have a registration form and I need to open a modal window to include an address in a form. Example: In my form I have 3 types of…