whenWhen you have a more complex id string the double quotes areare mandatory . for
For example if you have an id like this: id = "2.2"
theid="2.2", the correct way to accesaccess it is : $('input[id="2.2"]')
as$('input[id="2.2"]')
As much as possible use the double quotes for, for safety reasons.