[jQuery] Re: Clarification of the Basics

2009-05-29 Thread kiusau
First of all, I would like to thank you for responding, and it is my sincere hope that you will follow through as not all are wont. On May 29, 10:38 am, Kelly wrote: > The first situation, $.prompt(x), is just a function, attached to the > jQuery namespace. This is useful if you're creating a fu

[jQuery] Re: Clarification of the Basics

2009-05-29 Thread Kelly
They are not the same. The first situation, $.prompt(x), is just a function, attached to the jQuery namespace. This is useful if you're creating a function and you want to put it somewhere without creating a new function in the global namespace. Beyond that, it behaves as any normal function woul