[jQuery] Rounded Corners Plugin Broken with jQuery 1.0

2006-08-29 Thread Jason Huck
Dave Methvin's rounded corners plugin breaks under jquery 1.0. I just tried a local copy of his demo using 1.0 with no other changes, and it doesn't do anything. No errors are reported either (at least in Firefox or Firebug). - jason p.s. - Sorry if this double-posts, I'm not sure the original

Re: [jQuery] Rounded Corners Plugin Broken with jQuery 1.0

2006-08-29 Thread Mike Alsup
I don't have any problem running Dave's plugin with 1.0. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Rounded Corners Plugin Broken with jQuery 1.0

2006-08-29 Thread Sorin Ionescu
Have you tried my plugin? I think it's in the mailing list at the beginning of June or July?On 8/29/06, Mike Alsup [EMAIL PROTECTED] wrote:I don't have any problem running Dave's plugin with 1.0 .___jQuery mailing

Re: [jQuery] Rounded Corners Plugin Broken with jQuery 1.0

2006-08-29 Thread Yehuda Katz
Can't be. Visual jQuery uses rounded corners, and it works fine.On 8/28/06, Jason Huck [EMAIL PROTECTED] wrote: Dave Methvin's rounded corners plugin breaks under jquery 1.0. I justtried a local copy of his demo using 1.0 with no other changes, and itdoesn't do anything. No errors are reported

Re: [jQuery] Rounded Corners Plugin Broken with jQuery 1.0

2006-08-29 Thread Rafael Santos
I posted about it yesterday... it isnt working, but the jquery released in May works fine...//both packed versions...2006/8/29, Yehuda Katz [EMAIL PROTECTED] :Can't be. Visual jQuery uses rounded corners, and it works fine. On 8/28/06, Jason Huck [EMAIL PROTECTED] wrote: Dave Methvin's rounded

[jQuery] Rounded Corners plugin broken with jQuery 1.0?

2006-08-29 Thread Jason Huck
Dropped jQuery 1.0 (uncompressed) into a work in progress and all my rounded corners disappeared. Anyone else using the rounded corners plugin that can verify or potentially offer a fix? Thanks, Jason -- View this message in context: http://www.nabble.com/Rounded-Corners-plugin-broken

Re: [jQuery] Rounded Corners plugin broken with jQuery 1.0?

2006-08-29 Thread Dave Methvin
Dropped jQuery 1.0 (uncompressed) into a work in progress and all my rounded corners disappeared. Anyone else using the rounded corners plugin that can verify or potentially offer a fix? Starting with this code: http://methvin.com/jquery/jq-corner-demo.html The original code works fine for me