1
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 comparison below the first comparison I made?
For those who did not understand the comparison is as follows
I compare the price of each city’s product, only on the dashboard each product has to have its container to make the comparison.
At first there is no panel only when you click the button, there are 3 rows in my table, each row will have 8 button, each row of these I want a panel, by clicking the button of row 1 or 2 whatever makes it will open a panel, by clicking on a button of the same line that opened the panel it replaces the values, now if I click on another line it will open another panel and so on
jsFiddle: https://jsfiddle.net/hr7mejnm/1/ with code I received in the other question.
@Sergio realized in the console that, the amount of TR I put in the table is the amount of ARTICLE that will appear in html, right?
– pedroandre
@Sergio How do I make a direct html calculation? https://jsfiddle.net/hr7mejnm/4/
– pedroandre
You can explain what you mean by "I calculate straight into html"?
– Sergio
@Sergio, I want to do the calculation of the values I choose straight in html , without needing to mess more in the script, exe: the first result that appears in the panel I want to add with what comes next, and also know how many results appeared in the panel, exe: 1, 2, 3.
– pedroandre