Sunday, July 3, 2016

Re: How I can access to the jQuery, it is build-in Django-Admin, in my custom views?

Replace $ by django.jQuery

For example django.jQuery('body')



El domingo, 3 de julio de 2016, Seti Volkylany <setivolkylany@gmail.com> escribió:
>
> The Django`s docs tell next:
> To avoid conflicts with user-supplied scripts or libraries, Django's jQuery (version 2.1.4) is namespaced as django.jQuery. If you want to use jQuery in your own admin JavaScript without including a second copy, you can use the django.jQuery object on changelist and add/edit views.
> (see https://docs.djangoproject.com/es/1.9/ref/contrib/admin/…)
>
> But, how using this build-in jQuery. When I am tring to use $ in my custom view I had:
>
> $('body')
> Uncaught TypeError: $ is not a function(…)
>
> But it is successfully worked in main page of the Django-Admin
>
> $('body')
> <body class="dashboard" cz-shortcut-listen="true">…</body>
>
> --
> 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+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@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/3c5ab528-05fa-4446-88c3-c2a2419d24fe%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

--
"La utopía sirve para caminar" Fernando Birri



--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/CAG%2B5VyNqyiFpL87i2rHiui4ahQqMes2_pvR1QbSbqTXUHS2k6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment