[jQuery] Re: getting started with superfish -- installation questions

2009-07-30 Thread Charlie
"Call superfish() on the containing ul element." this is automatically done within the Joomla install. You can verify by looking at source in browser on one of your pages. As for the drop down implementation; that is a Joomla issue. Superfish only manipulates the html output to the browser,

[jQuery] Re: Getting started with jQuery

2009-04-20 Thread Donut
Here is another good place to start http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-video-series/ On Apr 19, 9:22 pm, yrstruly anthony.apol...@gmail.com wrote: Hello Can somebody maybe please give me a basic code to start testing jQuery, cause the beginners code on this

[jQuery] Re: Getting started with jQuery

2009-04-19 Thread Sam Sherlock
try the following http://www.learningjquery.com/category/levels/beginner www.*slideshare*.net/simon/*jquery*-in-15-minutes http://www.slideshare.net/remy.sharp/prototype-jquery-going-from-one-to-the-other - S 2009/4/20 yrstruly anthony.apol...@gmail.com Hello Can somebody maybe please give

[jQuery] Re: Getting started with AJAX/Database multiple items per page

2009-01-01 Thread donb
If you have a function that updates the single item, then add a css class to it (and all the others that will do the same function) and add a click event to that class: $('.myclassname').click( function() { do whatever your existing function does }); Every one of your links will now call the

[jQuery] Re: Getting started

2008-02-24 Thread [EMAIL PROTECTED]
Hi, Jon :) Well, yes, there's the jQuery api reference, here: http://docs.jquery.com/Main_Page Quick simple, but a bit out-of-date: http://visualjquery.com/index.xml (good idea: Look things up on Visual jQuery, then check for more info in the api). There's also a bunch of tutorials at

[jQuery] Re: Getting started

2008-02-24 Thread Klaus Hartl
The documention is here: http://docs.jquery.com/Main_Page (jQuery API Reference). And there's also a handy API browser: http://remysharp.com/jquery-api/ --Klaus On Feb 24, 10:51 am, jonpren [EMAIL PROTECTED] wrote: Hi, Is there anywhere listed all functions that is added by including

[jQuery] Re: Getting started

2008-02-24 Thread Ryura
The documentation is essentially this. http://docs.jquery.com/Main_Page Click the various links under jQuery API Reference. On Feb 24, 4:51 am, jonpren [EMAIL PROTECTED] wrote: Hi, Is there anywhere listed all functions that is added by including jquery? Best Regards - Jon

[jQuery] Re: Getting started

2007-09-24 Thread Rey Bango
Hi Yaip. You'll need to provide some more details as to what you'd like to accomplish. Rey yaip wrote: I am brand new to this. Reading the documentation, I know how I would use jQuery. But I don’t know how to use UI or Widget. Can anyone help?