TypeError: $.get is not a function

55 views
Skip to first unread message

ajay

unread,
Jul 25, 2016, 8:50:18 AM7/25/16
to Django users
//In scirpt
$('#suggest').keyup(function ()
{
var query = $('#suggest').value;

$.get("/search/", {suggest:query},function( data ){
$("#list").html( {% for item in search_list %}
'<li>'+{{ item }}+ '</li>'
{% endfor %} )


});


In body

<input type="text" id="suggest" >
<div id="list">
</div>

am i doing something wrong 
plz help

Gergely Polonkai

unread,
Jul 25, 2016, 10:35:16 AM7/25/16
to Django users
This sounds to be a JavaScript problem, which is not part of Django in any ways.

My idea, however, is that you don’t import another JS file that contains the $ function (probably jQuery or Prototype?)

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f874db3a-1e19-4cef-9deb-9beed11159d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ludovic coues

unread,
Jul 25, 2016, 1:30:32 PM7/25/16
to django...@googlegroups.com
$.get look a lot like Jquery.

Do you mind to share what version you are using ? You can find out with `alert($.fn.jquery)`


For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42
Reply all
Reply to author
Forward
0 new messages