[jQuery] Re: $('.edlBoxArea').corners is not a function

2009-03-18 Thread boy_named_Goo
Problem solved. It turns out that the jquery.js file was being referenced more than once overall (in a pretty large collection of inter-related dynamic pages). In one dynamic page there was this: Then in another one there was this: After I re-organized so that jquery.js was referenced onl

[jQuery] Re: $('.edlBoxArea').corners is not a function

2009-03-17 Thread ricardobeat
Are you using jquery.noConflict() in your app? What do you get on console.log( jQuery.fn.corners )? On Mar 17, 1:17 pm, boy_named_Goo wrote: > I'm trying to use the rounded corners plugin -- jquery.corners.js . > > When I create a small test case, below, it works fine.  However, when > I try to

[jQuery] Re: $('.edlBoxArea').corners is not a function

2009-03-17 Thread Mike Alsup
> I'm trying to use the rounded corners plugin -- jquery.corners.js . > > When I create a small test case, below, it works fine.  However, when > I try to add corners to my production system I receive the following > error in Firefox's error console: > > $('.edlBoxArea').corners is not a function