Hi Tony and thank you for great job.
But I have a little question for you. Why don’t you use the $(“[id='myid']”) instead the $(“#myid”) ?
Because when you use the #, jquery don’t allow special characters. But when you use [id='myid'] you can use any type of IDs. For me it’s more reliable.
For example you can do: $(“[id='my@special|ID#35']”). This is impossible whith the # ID selector.
Thank you in advance for your help!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top