[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: script type=text/javascript src=./scripts/jquery.js/script script type=text/javascript

[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

[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 ssw...@edline.com 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,