action #2244
closedMigrate from prototype.js to jQuery.
20%
Description
Prototype lost the war against jQuery long time ago, but for historical reasons we are still using it and is reducing our options every time we need a Javascript library or component (most of the cool stuff nowadays is based in jQuery).
Some things that needs to be changed (from the top of my head)
- Calls to "$" and "$$"
- Iterators (like "each", "eachSlide" and so on)
- AJAX calls
- ...
Useful cheatsheet: http://gneady.com/migrating-from-prototype-to-jquery/
To be really sure with the change, we should implement tests with Javascript support, but that is probably asking for too much right now.
https://progress.opensuse.org/issues/1272#note-15
Updated by ancorgs over 9 years ago
- Assignee deleted (
_miska_) - Target version deleted (
Sprint 06)
Updated by coolo over 9 years ago
the task can't be set back to New - but noone is working on it
Updated by nadvornik almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Since pull request 151 jQuery is used in admin template.
Updated by coolo over 8 years ago
- Status changed from In Progress to Resolved
https://github.com/os-autoinst/openQA/pull/231 needs work, but prototype is gone