Click here to Skip to main content
15,888,351 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: is it possible? Pin
Hakan Bulut11-May-13 4:28
Hakan Bulut11-May-13 4:28 
GeneralRe: is it possible? Pin
Richard MacCutchan11-May-13 4:30
mveRichard MacCutchan11-May-13 4:30 
QuestionHow do I hide a column using JQuery? Pin
AshwiniRS7-May-13 23:35
AshwiniRS7-May-13 23:35 
AnswerRe: How do I hide a column using JQuery? Pin
walterhevedeich8-May-13 1:03
professionalwalterhevedeich8-May-13 1:03 
GeneralRe: How do I hide a column using JQuery? Pin
AshwiniRS8-May-13 2:07
AshwiniRS8-May-13 2:07 
GeneralRe: How do I hide a column using JQuery? Pin
Manfred Rudolf Bihy8-May-13 2:30
professionalManfred Rudolf Bihy8-May-13 2:30 
GeneralRe: How do I hide a column using JQuery? Pin
AshwiniRS8-May-13 20:34
AshwiniRS8-May-13 20:34 
AnswerRe: How do I hide a column using JQuery? Pin
Dennis E White8-May-13 4:37
professionalDennis E White8-May-13 4:37 
AshwiniRS wrote:
I have to use ID or classname and execute the code.


You originally said you can't use the classname so that option is out. Since this is a part of table you can't really use an ID because columns are tied to rows which gives the idea of having an unknown count leading to unknown ID's.

you can maybe do a partial ID name search and hide everything that way.

JavaScript
$('td[id*=partialname]').hide();


Maybe if you give some more example of what your problem looks like using http://jsfiddle.net/[^] we can help further.

Best of luck.
as if the facebook, twitter and message boards weren't enough - blogged

GeneralRe: How do I hide a column using JQuery? Pin
Jasmine25018-May-13 7:50
Jasmine25018-May-13 7:50 
GeneralRe: How do I hide a column using JQuery? Pin
AspDotNetDev8-May-13 8:17
protectorAspDotNetDev8-May-13 8:17 
GeneralRe: How do I hide a column using JQuery? Pin
Jasmine25018-May-13 8:42
Jasmine25018-May-13 8:42 
GeneralRe: How do I hide a column using JQuery? Pin
Ilan Firsov8-May-13 19:51
Ilan Firsov8-May-13 19:51 
QuestionHTML Table to Export To Excel Pin
shreeniwas kushwah6-May-13 20:06
shreeniwas kushwah6-May-13 20:06 
AnswerRe: HTML Table to Export To Excel Pin
Dennis E White7-May-13 5:18
professionalDennis E White7-May-13 5:18 
QuestionCode translate from AS to Delphi Pin
isaev.mail6-May-13 0:28
isaev.mail6-May-13 0:28 
AnswerRe: Code translate from AS to Delphi Pin
isaev.mail12-May-13 21:12
isaev.mail12-May-13 21:12 
QuestionUsing this.id Pin
ASPnoob5-May-13 7:40
ASPnoob5-May-13 7:40 
AnswerRe: Using this.id Pin
twseitex5-May-13 7:49
twseitex5-May-13 7:49 
GeneralRe: Using this.id Pin
ASPnoob5-May-13 8:01
ASPnoob5-May-13 8:01 
AnswerRe: Using this.id Pin
dusty_dex6-May-13 8:26
dusty_dex6-May-13 8:26 
QuestionSend data with XMLHttpRequest Pin
Mohammad Hussein Fakhravari3-May-13 22:40
Mohammad Hussein Fakhravari3-May-13 22:40 
QuestionRe: Send data with XMLHttpRequest Pin
Sandeep Mewara4-May-13 0:50
mveSandeep Mewara4-May-13 0:50 
AnswerRe: Send data with XMLHttpRequest Pin
Mohammad Hussein Fakhravari4-May-13 11:08
Mohammad Hussein Fakhravari4-May-13 11:08 
NewsForm builder using jQueryUI and Bootstrap Pin
Anup Shinde3-May-13 2:10
Anup Shinde3-May-13 2:10 
GeneralRe: Form builder using jQueryUI and Bootstrap Pin
dusty_dex3-May-13 4:56
dusty_dex3-May-13 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.