You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2020. It is now read-only.
Hi Ashley,
Yes that is what I mean.
Is'nt it better to just add a "NoConflict" function that can be used by those where a conflict exists?
Add a variable before the plugin is declared to that any old conflicting plugin can be returned
var old = $.fn.ekkoLightbox;
$.fn.ekkoLightbox = function(options) {
Then add a noConflict function for the case where a conflict occurs.
Additional java script is required to "activate" the plugin. This should rather happen as part of the inclusion of the plugin.
It is simple to do, just:
The text was updated successfully, but these errors were encountered: