jquery autocomplete | what's wrong with it
here 开发者_开发知识库is the url why it the autocomplete is not working?
http://code.chaabee.com/mahmed/jobber2/
please help :S
autocomplete code is in footer there..
You're including jQuery UI 1.7.2 and 1.8.7 in the page, this is causing some issues (mainly a .zIndex()
plugin method error)...I'd remove this jQuery UI 1.7.2 reference to fix this up:
<script src="http://code.chaabee.com/mahmed/jobber2/js/jquery-ui.min.js" type="text/javascript"></script>
Also note that the jQuery 1.8.7 you're including works a bit better (more optimized) with jQuery 1.4+, same with validation, etc...if you can update I'd recommend doing to, to jQuery 1.4.4 and jQuery validation 1.7.
I am getting, 'There should be no direct access to this script!', obviously the script is looking for 'POST' request and not 'GET' request.
精彩评论