[jQuery] Re: jQuery and EXT not working at all

2007-04-25 Thread oscar esp
Ups!! You was right!!! I did a spelling mistake!! many thanks! On 24 abr, 13:54, "Juha Suni" <[EMAIL PROTECTED]> wrote: > I tested this and it works prefectly with IE7, FF and Opera. > > The error you are referring to would indicate that the dimensions-plugin is > not loaded. Double-check that t

[jQuery] Re: jQuery and EXT not working at all

2007-04-24 Thread Juha Suni
I tested this and it works prefectly with IE7, FF and Opera. The error you are referring to would indicate that the dimensions-plugin is not loaded. Double-check that the url () points to the dimensions-plugin and it loads correctly. I'm 90% sure this is your problem, either wrong filename, di

[jQuery] Re: jQuery and EXT not working at all

2007-04-24 Thread oscar esp
I have followed all steps however I got an error: Microsoft JScript runtime error: 'style' is null or not an object My code: Whee Click me Click me! $(document).ready(function(){ $('#wheelink').bind('click',function() { Ext.Msg.alert('Whee alert!', 'Thanks for clicking me,

[jQuery] Re: jQuery and EXT not working at all

2007-04-18 Thread Jörn Zaefferer
Juha Suni schrieb: cdomigan wrote: In the latest releases of Ext, the jquery and dimensions files are already included in ext/adapter/jquery/jquery-plugins.js This took it's part in creating confusion. The version I downloaded yesterday (1.0) contained information that I should include "jq

[jQuery] Re: jQuery and EXT not working at all

2007-04-18 Thread Juha Suni
cdomigan wrote: In the latest releases of Ext, the jquery and dimensions files are already included in ext/adapter/jquery/jquery-plugins.js This took it's part in creating confusion. The version I downloaded yesterday (1.0) contained information that I should include "jquery-plugins.js" afte

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread cdomigan
In the latest releases of Ext, the jquery and dimensions files are already included in ext/adapter/jquery/jquery-plugins.js

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Joel Birch
On 18/04/2007, at 4:25 AM, Jörn Zaefferer wrote: You really should post this as a tutorial on docs.jquery.com "Getting Started with jQuery and Ext". -- Jörn Zaefferer I agree, that write up will save people hours of head-scratching. Juha, you are a modern-day hero for figuring this out and

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Jörn Zaefferer
Juha Suni schrieb: Brandon Aaron wrote: I would just post your findings here. That way we can all trouble shoot and learn. :) Ok here goes. Actually once I included the dimensions-plugin things started to click really well. Here's a really quick'n'dirty how-to for others who want to jumps

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread bbuchs
worth mentioning - one of the benefits of using the ExtJs "build" tool is that you don't need to include the jQuery adapter script in your HTML - it's built into the download.

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Benjamin Sterling
Suni, thanks for the walk thru, much appreciated. On 4/17/07, Juha Suni <[EMAIL PROTECTED]> wrote: Brandon Aaron wrote: > I would just post your findings here. That way we can all trouble > shoot and learn. :) Ok here goes. Actually once I included the dimensions-plugin things started to clic

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Mike Alsup
Awesome stuff, Suni! Thanks for taking the time to write it up. Cheers! Mike Here's a really quick'n'dirty how-to for others who want to jumpstart Ext with jQuery:

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Brandon Aaron
On 4/17/07, Juha Suni <[EMAIL PROTECTED]> wrote: What is the correct forum to highlight possible bugs and suggestions cosidering jQuery-Ext? Who is primarily responsible for that stuff, is it Jack, John or should I just post them either here or maybe the dev-list, or at the Ext-site forums? I

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Juha Suni
Brandon Aaron wrote: I would just post your findings here. That way we can all trouble shoot and learn. :) Ok here goes. Actually once I included the dimensions-plugin things started to click really well. Here's a really quick'n'dirty how-to for others who want to jumpstart Ext with jQuery

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Juha Suni
Brandon Aaron wrote: On 4/17/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Also, remember that support for jQuery in Ext is brand new and there are bound to be problems. You're doing us a great service by working through the examples and documenting what you find. Thanks! I second that! I rea

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Brandon Aaron
On 4/17/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Juha, I don't know where the first error comes from, but the 2nd one, "jQuery(el).offset is not a function" seems to imply a dependency on the dimensions plugin. Do you have that included? That is correct. The dimensions plugin is required f

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Mike Alsup
Juha, I don't know where the first error comes from, but the 2nd one, "jQuery(el).offset is not a function" seems to imply a dependency on the dimensions plugin. Do you have that included? Also, remember that support for jQuery in Ext is brand new and there are bound to be problems. You're do