[jQuery] Re: jquery plugin not loading

2009-02-16 Thread ryan.joyce...@googlemail.com

quick and dirty method to see if the .JS file was being pulled in at
all would be to stick an alert() in the plugin.js

if that works i'd assume there is something wrong with the way the
function is being called.


[jQuery] Re: jquery plugin not loading

2009-02-16 Thread turbodurso

Nope, its the definitly the plugin that's not being loaded ... Any
other ideas?

On Feb 16, 5:46 pm, ryan.joyce...@googlemail.com
ryan.joyce...@googlemail.com wrote:
 quick and dirty method to see if the .JS file was being pulled in at
 all would be to stick an alert() in the plugin.js

 if that works i'd assume there is something wrong with the way the
 function is being called.


[jQuery] Re: jquery plugin not loading

2009-02-16 Thread MorningZ

Using Firebug, your link to

http://www.mybeautifulcity.co.uk/newsitewp-content/themes/MBC/js/jquery.cycle.all.js?ver=2.7.1

results in a 404 not found error





On Feb 16, 12:19 pm, turbodurso india...@gmail.com wrote:
 Nope, its the definitly the plugin that's not being loaded ... Any
 other ideas?

 On Feb 16, 5:46 pm, ryan.joyce...@googlemail.com

 ryan.joyce...@googlemail.com wrote:
  quick and dirty method to see if the .JS file was being pulled in at
  all would be to stick an alert() in the plugin.js

  if that works i'd assume there is something wrong with the way the
  function is being called.