Domanda

In my project i have to create a slideshow at homepage. I want it to be like the fractionslider here. Is there a way to add fractionslider to my dependencies list and use it with native query or just adding link/to/fractionslider.js to my section and write simple jQuery fractionslider function?

È stato utile?

Soluzione

You can fire/use GWT generated JavaScript from plain JavaScript and the other way around. Have you read: http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html ?

Those are the basics. There are lots of projects that blend the two.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top