Changes between Initial Version and Version 1 of Ticket #12882, comment 26


Ignore:
Timestamp:
Sep 9, 2011, 11:05:22 AM (13 years ago)
Author:
Jannis Leidel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12882, comment 26

    initial v1  
    33If we go for the Django namespace, then the call should be:
    44{{{
    5 #!javascript
    65django.jQuery = jQuery.noConflict(true);
    76}}}
     
    109
    1110{{{
    12 #!javascript
    1311function($) {
    1412  ...
Back to Top