model view controller - Uncaught TypeError: undefined is not a function JQUERY in MVC 4 -


i've got problem in jquery, first render view check using developer tools , got error, button click doesn't work. need solve problem

enter image description here

i render jquery in views with:

<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script> 

but i've got error

uncaught typeerror: undefined not function searchemployee:39 (anonymous function) searchemployee:39 l jquery.js:2842 c.firewith jquery.js:2954 x.extend.ready jquery.js:387 s 

can me solve problem?

check not loading jquery.js twice.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -