-
Replied To a Post in Jquery highlighting values on assigned table
I'd be glad if a jquery expert can help me with this code really. -
Created Jquery highlighting values on assigned table
I have some html tables on the page, and some checkboxes whose values to be highlighted on the assigned table. The example code can be seen here : https://jsfiddle.net/9kq5djwr/ What … -
Began Watching Jquery highlighting values on assigned table
I have some html tables on the page, and some checkboxes whose values to be highlighted on the assigned table. The example code can be seen here : https://jsfiddle.net/9kq5djwr/ What … -
Edited Query to get column names in select box and display in table
I'd like to get all of a mysql table's col names in a select box, and display the selected column name in a table. I just want to select one … -
Created Query to get column names in select box and display in table
I'd like to get all of a mysql table's col names in a select box, and display the selected column name in a table. I just want to select one … -
Began Watching Query to get column names in select box and display in table
I'd like to get all of a mysql table's col names in a select box, and display the selected column name in a table. I just want to select one … -
Created Working with multiple cell colors
I have this code which I want to use but its color switching function doesn't work the way I want. Once I highlighted the target cells with one color, I … -
Began Watching Working with multiple cell colors
I have this code which I want to use but its color switching function doesn't work the way I want. Once I highlighted the target cells with one color, I … -
Replied To a Post in Changing highlight colors
Thanks again. I didn't know it'd make such difference. -
Replied To a Post in Changing highlight colors
I am sorry, but What am I doing wrong here? it works on fiddle, when I try it on html, it doesn't work. I couldn't figure it out. I just … -
Replied To a Post in Changing highlight colors
Thanks @Cereal, this script works great. -
Gave Reputation to cereal in Changing highlight colors
Hi, you can use plain javascript: // variables var buttons = document.getElementsByClassName('btn_colors'); var numbers = document.querySelectorAll('.column > div'); var current_color = document.getElementById('green').getAttribute('data-color'); // listener for button clicks for (let i … -
Edited Changing highlight colors
I have this code which highlights the selected table cell in green color by default. I am seeking help with a function where there will be three buttons for three … -
Created Changing highlight colors
I have this code which highlights the selected table cell in green color by default. I am seeking help with a function where there will be three buttons for three … -
Began Watching Changing highlight colors
I have this code which highlights the selected table cell in green color by default. I am seeking help with a function where there will be three buttons for three … -
Replied To a Post in Mysql query to list all most common pairs with their IDs
Ok, thanks, Cereal. I will look into RJ's approach too. -
Replied To a Post in Mysql query to list all most common pairs with their IDs
Cereal, thanks for your valuable time, and coding. This is more than I expected, actually I didn't expect that much coding. I'll need to learn mysql deeper to understand and … -
Replied To a Post in Mysql query to list all most common pairs with their IDs
Thanks for your advice, Jim. -
Replied To a Post in Mysql query to list all most common pairs with their IDs
The numbers represented by B1,B2,B3,B4,B5,B6. For example on this example data the pair 3,4 is repeated 3 times. ID B1 B2 5 3 4 9 3 4 14 3 4 … -
Replied To a Post in Mysql query to list all most common pairs with their IDs
For most common pairs. If it is possible, it would be nice to have a threshold level. for example if threshold is set to 5, then it would list only … -
Replied To a Post in Mysql query to list all most common pairs with their IDs
Thanks Jim. Here is some Data: ID B1 B2 B3 B4 B5 B6 1 6 8 10 26 27 36 2 2 5 10 11 32 42 3 20 21 … -
Created Mysql query to list all most common pairs with their IDs
I am looking for a mysql query to search and list most common pairs with their IDs and number of occurence. Thanks. -
Began Watching Mysql query to list all most common pairs with their IDs
I am looking for a mysql query to search and list most common pairs with their IDs and number of occurence. Thanks.