"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, i
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 wrote:
> Hello
>
> Can somebody maybe please give me a basic code to start testing
> jQuery, cause the beginners code on this site is not doing anyth
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
>
> Hello
>
> Can somebody maybe please give me a basic code to st
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() {
});
Every one of your links will now call the same function because they
all share the s
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
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
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 http://
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?
8 matches
Mail list logo