$(".mylink").live('click', function(){
var linkid = $(this).attr('id');
if($("#TBL").find('tbody > '+ #linkid ).css("display")=="inline"){
// Do Somerthing
}
});
I have to put the Dynamic variable "linkid" in to the above if condition iam looking to have the interpreted value .Iam getting "invalid character error.how do i do this