Posts by Bender • 109 points
7 posts
-
1
votes0
answers180
viewsQ: Select elements from all window.frames and apply events
How can I select and manipulate elements of all window.frames that are being generated by each SVG within a tag <object> that I put on the page ? I’m looking to add events click() in the…
-
0
votes3
answers864
viewsQ: Search two Mysql tables and select rows with a common element
What is the way to use a foreach for this situation ? Would be selecting an element from tabela dois - event - and for each event, pick up from tabela um data that also have in its structure the…
-
0
votes0
answers27
viewsQ: Administrative panel modifying/changing svg contents
I was imagining a page structure like this, but I do not know if it is possible to execute and wanted to know the paths and possibilities. In a div would have mysql table data and a svg. The objects…
-
0
votes2
answers758
viewsQ: Count radio inputs that are :checked
I have two inputs in each group with name equal, where each one has values different, whole and half Using the if and else or otherwise, I would like to count the inputs that will be checked. When I…
-
1
votes2
answers610
views -
2
votes2
answers1017
viewsQ: Multiple insert with php PDO and Mysql
My situation, A post form with a text input and two radios inputs. Inputs are named respectively, nome[0] and tipo[0]. When one adds more form fields I put one .attr to stay nome[1] and tipo[1]" and…
-
6
votes2
answers2044
views