Goal:
When you press a button you should make a validation of the third "td" (start from left side) in every "tr". if the letter of the data (inside of the third "td") contains more than four letter, you should retrieve a popup message.
In the end, you should retrieve all number in a list inside of a popup message. I need to copy the numbers.
Problem:
I do not know how to create it. I don't have a good start point.
The sourcecode below is a sample from the production phase.
The source code should be in jQuery.
Thank you!