Posts by Lucas Coutinho • 41 points
2 posts
-
3
votes2
answers2417
viewsA: Auto Mouse click on a content within a div?
This way it won’t work, as you will be actually clicking on the element within the iframe. Using jquery can be used the Contents method within the iframe Would look like this: <script…
-
1
votes3
answers234
viewsA: Error in Jquery pro PHP parameter crossing
Try to pass as string. Another tip is to see the request by the browser. In the case of Chrome or Firefox has the tab network that you can see the request and the parameters being passed. $.ajax({…