Skip to content

Tag: jquery

Collect prices with jQuery

I need to be able to add and display the amount when the numbers are entered using jQuery, as shown in the image below. please guide me. These are the html codes: The details I think are clear in the picture. But this is how we enter the number of adults and children, and finally with jQuery we have to

remove a especific tr child of a table

EDIT: I forgot to mention that those TR were created dynamically. I’m trying to remove a especific TR that is inside a <tbody> when I click in the red X. I can identify the line I just cant remove it. What I tried: AND Any tips on how to select the corret TR? Ill post what i have. Answer First