Feature proposal #4167
closedupgrade jquery to latest release and also upgrade jquery plugins
Description
Upgrade existing jQuery library to latest jQuery release. Also upgrade all jQuery plugins to latest versions.
Updated by krileon over 11 years ago
Additional plugin to add: Select2
Updated by krileon over 11 years ago
Additional plugins: Bootstrap library
http://getbootstrap.com/javascript/
Include them as individual and instead of compiled so they can be loaded on demand.
Updated by krileon over 11 years ago
Include the jQuery migrate plugin encase something needs to load migration from old jQuery releases to jQuery 1.9+. It'll be loaded the same way any other jQuery plugin is loaded.
Updated by krileon over 11 years ago
krileon wrote:
Additional plugins: Bootstrap library
http://getbootstrap.com/javascript/
Include them as individual and instead of compiled so they can be loaded on demand.
Include entire bootstrap, but exclude bootstrap css from loading automatically. Add the CSS to CB template files so it can be loaded in if it's absolutely needed for whatever reason.
Updated by krileon over 11 years ago
autogrow replace by: http://www.jacklmoore.com/autosize/
Updated by krileon over 11 years ago
ajaxfileupload replaced by: http://blueimp.github.io/jQuery-File-Upload/basic.html (Basic Only)
Updated by krileon over 11 years ago
colorinput replaced by: http://vanderlee.github.io/colorpicker/
Updated by krileon over 11 years ago
FlyDOM removed. Not needed anymore and not being used.
Updated by krileon over 11 years ago
jmap replaced by: http://hpneo.github.io/gmaps/ (note: you still need to load in Google Map API before using)
Updated by krileon about 11 years ago
wysiwyg removed. Not needed anymore and not being used.
Updated by krileon about 11 years ago
Find and add a datetime picker (calendar based with time selection optional) - Replace existing popup calendar with this new usage
Updated by krileon about 11 years ago
Add timeago as used by CB Activity for dynamic time ago usage (maybe better available now that latest jQuery can be used, do a quick search)
Updated by krileon about 11 years ago
Update the fileupload to include the image plugin for cropping/scaling images.
Updated by krileon about 11 years ago
Possible new plugins as follows.
Datetime picker - http://trentrichardson.com/examples/timepicker/
Time picker - http://jonthornton.github.io/jquery-timepicker/
Updated by krileon about 11 years ago
Implementing http://trentrichardson.com/examples/timepicker/ as new timepicker (can also be used as a datetimepicker)
- no need for http://jonthornton.github.io/jquery-timepicker/
Updated by krileon about 11 years ago
Implemented timeago: http://timeago.yarp.com/
Updated by krileon about 11 years ago
Implemented jcrop for jquery based image cropping: http://deepliquid.com/content/Jcrop.html
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100