Posts by pedroandre • 81 points
8 posts
-
-3
votes1
answer350
viewsQ: Make choice via BD table combobox to insert data
Exemplifying: Choosing in options in which of table of the Database you want insert your information. <!--- EXE: Banco de Dados CREATE TABLE tabela_acao, tabela_comedia, tabela_ficcao( id INT(6)…
-
0
votes1
answer44
viewsQ: Database - table list
Personal as I can list all the BD table and put in a table, list or in any one corner of the page?
-
-4
votes1
answer68
viewsQ: php / Content Manager
Does anyone there know where I can find a simple content manager or where I start to make a very simple?
-
1
votes1
answer459
viewsQ: Price Search / jQuery / Javascript
I want to compare the product and the city of the table. By clicking on price I get the product and the city on my panel, up to ai ok! only that I wanted to click on another product to make the…
-
1
votes1
answer41
viewsQ: jquery test table
By clicking on line 1 on any button it returns the value just below in the article, if I click on the same line on a different button it replaces the value, if I click on line 2 it returns the value…
jqueryasked pedroandre 81 -
0
votes1
answer519
viewsQ: Javascript / jQuery methods
forEach / slice.Call() / [].slice() Can someone give me a brief explanation of these methods, and when I can use them?
-
1
votes1
answer93
viewsQ: Product/Price/City Search (Javascript / jQuery)
someone knows the best language to do this research, I want to click the value and get the value of the product, the city, and the price and put in the panel below? table{ border-collapse: collapse…
-
1
votes3
answers325
viewsQ: Multiply line
Personal how can I multiply the total value of the lines being that I want to multiply value by value of each line var bloco1 = $("table tr").find("td").eq(0).val(); var bloco2 = $("table…