Jquery / Javascript error: Object doesn't support this property or method?

Line 88 of your jquery.jtpicker. Js needs to be changed from.

Line 88 of your jquery.jtpicker. Js needs to be changed from: jtPicker. R_o_w_type = { to: jtPicker.

Prototype = { The prototype method is how javascript knows to add those functions to your object. It doesn't know what to do with "R_o_w_type.

Duhh. Thank you very much.... :-) – user579338 Jan 19 '11 at 23:32.

In your JavaScript file, I think that line 88: jtPicker. R_o_w_type = { ... should probably look like: jtPicker. Prototype = { so that it actually adds the methods to the function.It looks like there's some other stuff to figure out, but that should correct your issue.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions