[jQuery] interface plugin not working with jquery 1.1.3.1?

2007-07-21 Thread brianwilkins
I had the following jquery script in my web page and it worked fine with jquery 1.1.2. After an upgrade to jquery 1.1.3.1, the Bounce effect causes errors according to Firebug. The error is jQuery.easing[e.easing] is not a function Not sure if anyone else has noticed this or if there is a

[jQuery] 403 error in Firefox fixed, but not sure why it worked

2007-07-03 Thread brianwilkins
I added the following to one of my files to hide and show a group of thumbnails and it gave me a 403 error in Firefox only: $(document).ready(function(){ $('div.more').hide(); $('br.clearbothMore').hide(); $('h2.contract').hide(); $('h2.expand').click(function()