FLOE-498: Provide an option in the UIO Wordpress plugin to ignore internal copy of jQuery

Metadata

Source
FLOE-498
Type
Task
Priority
Critical
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Jonathan Hung
Created
2017-02-27T11:59:28.914-0500
Updated
2017-11-28T15:27:45.449-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. UIO WordPress plugin

Description

The Wordpress UI Options plugin comes with its own copy of jQuery. This becomes a problem in situations where the Wordpress site already has jQuery.

The plugin should have an options page which allows the user to set UIO options.

Comments

  • Jonathan Hung commented 2017-11-28T15:24:46.051-0500

    After some discussion, the plugin should by default use jQuery in Safe Mode. An advanced option should appear in the plugin admin page that will allow the user to disable the jQuery version that comes with the plugin, and use the one they may already have on the site.

  • Justin Obara commented 2017-11-28T15:27:45.449-0500

    Documentation on using jQuery's noConflict https://api.jquery.com/jquery.noconflict/