Hi Sean,
I get the message "Null" is null or not an object. at line 200.
What I want : I want to call a date-picker component on all text fields inside < td class = "datepicker" >
i.e.
I have all the IDs of text fields if required.
I tried
to
test if selectors are qorking , but they didn't.
then to test it at unit level .. i tried to change CSS of all text fields.
From your comments I understand, $("text") is the wrong way to call text fields.
I now tried $("*").. still does not work.