Hmm, it seems chrome & safari ignoring the ID of the <input> tag when jQuery Tools rangeinput is used.
FF and IE leave it untouched.
I tried getElementById() to get access of the values but that did not work.
To get the values i used getElementsByName() instead. That works fine for the moment.
FF and IE leave it untouched.
I tried getElementById() to get access of the values but that did not work.
To get the values i used getElementsByName() instead. That works fine for the moment.
