This question is locked. New answers and comments are not allowed.
In - jquery-ui-1.8.2.custom.min.js
Line causing issue - b.dpDiv.zIndex(d(a).zIndex()+1)
when I put a quick watch on dpDiv and zIndex it says they are undefined where they are meant to be or not I don't know.
and with firebug it says d(a).zIndex is not a function
Backstory - This is a project which is over a year old which I have bit by bit been upscaling in order to add in things.
Strange thing is if I click ignore then the datapicker window/calendar pops up and will correctly input to the page, I'm going to try to just delete that section from the code when I get into work tomoz unless someone has a better idea?
Edit - If I remove that line of code then it no longer causes a problem but I have no idea what that code does and as such no clue what will now break because it's been removed.
Line causing issue - b.dpDiv.zIndex(d(a).zIndex()+1)
when I put a quick watch on dpDiv and zIndex it says they are undefined where they are meant to be or not I don't know.
and with firebug it says d(a).zIndex is not a function
Backstory - This is a project which is over a year old which I have bit by bit been upscaling in order to add in things.
Strange thing is if I click ignore then the datapicker window/calendar pops up and will correctly input to the page, I'm going to try to just delete that section from the code when I get into work tomoz unless someone has a better idea?
Edit - If I remove that line of code then it no longer causes a problem but I have no idea what that code does and as such no clue what will now break because it's been removed.