Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Open your website in Google Chrome.
Right click anywhere.
Select ‘Inspect element’.
Click on ‘Console’ in the toolbar that appears.
You should be using the browser console log (that section you just clicked on) when developing JavaScript.
Ok. I did what you said and this message appears:
Uncaught TypeError: Object [object Object] has no method ‘dialog’ taskylonea.com:260
Now, what should I do in order to fix it?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Where did you get that code from?
I did exactly what you said and when I clicked on “console” the message appeared inside the “window”.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Sorry, meant the JavaScript. Where did you get that JavaScript code from?
Uncaught TypeError: Object [object Object] has no method ‘dialog’ taskylonea.com:277
(anonymous function) taskylonea.com:277
l jquery.js:1
c.fireWith jquery.js:1
v.extend.ready jquery.js:1
A jquery.js:1
The “console window” shows this. What should I do next? Please help me.