Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide colums of the table Jquery

Status
Not open for further replies.

woser

Programmer
Mar 24, 2010
1
PL
I have problem with the some code, I want that when I change a checkbox value , Head of the table should also hide.

Sorry for me English..

Example in the attachment
 
Hi

Correct your HTML and JavaScript will work :
test.html said:
[tt][COLOR=gray silver] 41 [/color] <th class=[red]\[/red]"col1[red]\[/red]"><b>Company</b></th>
[COLOR=gray silver] 42 [/color] <th class=[red]\[/red]"col2[red]\[/red]"><b>Firstname</b></th>
[COLOR=gray silver] 43 [/color] <th class=[red]\[/red]"col3[red]\[/red]"><b>Lastname</b></th>
[COLOR=gray silver] 44 [/color] <th class=[red]\[/red]"col4[red]\[/red]"><b>E-mail</b></th>
[COLOR=gray silver] 45 [/color] <th class=[red]\[/red]"col5[red]\[/red]"><b>Website</b></th>
[COLOR=gray silver] 46 [/color] <th class=[red]\[/red]"col6[red]\[/red]"><b>Tel</b></th>
[COLOR=gray silver] 47 [/color] <th class=[red]\[/red]"col7[red]\[/red]"><b>Mobile</b></th>
[COLOR=gray silver] 48 [/color] <th class=[red]\[/red]"col8[red]\[/red]"><b>Value</b></th>
[COLOR=gray silver] 49 [/color] <th class=[red]\[/red]"col9[red]\[/red]"><b>Status</b></th>
[COLOR=gray silver] 50 [/color] <th class=[red]\[/red]"col10[red]\[/red]"><b>Street</b></th>
[COLOR=gray silver] 51 [/color] <th class=[red]\[/red]"col11[red]\[/red]"><b>City</b></th>
[COLOR=gray silver] 52 [/color] <th class=[red]\[/red]"col12[red]\[/red]"><b>Area</b></th>
[COLOR=gray silver] 53 [/color] <th class=[red]\[/red]"col13[red]\[/red]"><b>SomethingElse</b></th>
[COLOR=gray silver] 54 [/color] <th class=[red]\[/red]"col14[red]\[/red]"><b>Person</b></th>
[COLOR=gray silver] 55 [/color] <th class=[red]\[/red]"col15[red]\[/red]"><b>Operation.</b></th>[/tt]

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top