Question

$("#someId_"+someName).css(....);

This is what i am doing to get the div in jquery. This is working just fine except when 'someName' contains String with multiple tokens like "Mohammad Adil"

is there any other way of doing the same thing ?

thanks..

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top