[jQuery] Re: Jquery suitable for advanced webapplication

2009-11-11 Thread Sn3b
Btw, you will want to read this as you start coding :) http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx

[jQuery] Re: Jquery suitable for advanced webapplication

2009-11-11 Thread Sn3b
jQuery is definitely the way to go Dennis, I've tried a few JS frameworks myself and nothing gives me more enjoyable results than this. You will have to learn to create plugins though, not that it is required, but it helps organising your website better (in my opinion). I'm currently working on a

[jQuery] accessing object method, what is the correct way?

2009-11-11 Thread Sn3b
Hi everyone, I'm not a big expert at jQuery, but I'm good at copying code, like most coders ;) Anyway, I wrote a little object that seems to work fine, however, outside this object i need to call one of its methods, what is the correct way to do that? This is the structure of my object: ( funct

[jQuery] jQuery update (internal) function

2009-10-10 Thread Sn3b
Hi everyone, I was wondering if anyone knew anything about the internal update function that seems to be used for effects. My real question is, is it really necessary to change the css "display" property to "block" when an animation involves changing the height or width of the element to animate?