-2

I am Javascript/UI newbie....i keep getting Uncaught TypeError

i.)Uncaught  TypeError: $(...).draggable is not a function

ii.)Uncaught TypeError: $(...).datepicker is not a function

Could anyone please advise,i tried to google...I see people are advising to check if you have installed

i.)jquery.tool.min.js with core files(which i am assuming is a jquery.min.js) and

   ii.)jquery.min.js

Below aree the two Errors in detail:-

i.) swank_template_dp.js:5 Uncaught TypeError: $(...).draggable is not a function(anonymous function) @ swank_template_dp.js:5f @ jquery.combo.min.js?v=4914987:2(anonymous function) 

ii.)eal_view.jsp?id=61922:830 Uncaught TypeError: $(...).multiselect is not a function(anonymous function) @ deal_view.jsp?id=61922:830j @ jquery.min.js
Frank D.
  • 313
  • 2
  • 4
  • 13

1 Answers1

0

You need to download and add jquery UI, Here a link for latest version: http://jqueryui.com/resources/download/jquery-ui-1.12.1.zip

Dkouk
  • 339
  • 2
  • 4
  • 15