I have coder slider on a page. It works fine on an *.aspx without a master page. However when I used it on an *.aspx page that used a masterpage, it didn't work. I solved it purely by chance when I found this;
http://wordpress.org/support/topic/manual-coda-slider-not-plugin-jquery-issueerrors
and changed $(document).ready(function () to $(document).ready(function ($). Does anyone know why this would make a difference between a page that doesn't use a masterpage and a page that does?
The console error was - Uncaught TypeError: Object [object Object] has no method 'codaSlider'
If anyone can enlighten me, I'd really appreciate it!