Changes between Initial Version and Version 1 of Ticket #12882, comment 26
- Timestamp:
- Sep 9, 2011, 11:05:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12882, comment 26
initial v1 3 3 If we go for the Django namespace, then the call should be: 4 4 {{{ 5 #!javascript6 5 django.jQuery = jQuery.noConflict(true); 7 6 }}} … … 10 9 11 10 {{{ 12 #!javascript13 11 function($) { 14 12 ...