jazzband / jazzband/django-admin2
Avoid jQuery conflicts
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
see http://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/
Not sure what's the best way to achieve this – django uses:
```
(function($) {
})(django.jQuery);
```
Contributor guide
Research direction
Start with the linked jQuery guidance and inspect how django-admin2 loads or exposes jQuery; the issue does not name a file, test, or entry point. Compare the integration with Django's django.jQuery example and define done as admin2 working without conflicts alongside another library using the $ global.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, jquery, python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100