[Solved] Shining Image jquery plugin not work
You said you have a reference to it so this is probably the issue: You are referencing the JQuery scripts again in the page, thus overriding the Shining Image plugin which declared before the second reference. JQuery plugins extends the JQuery object, So if you reference JQuery again it overrides the “extended” JQuery object. Check … Read more