Re: Conditional script tag in a GWT module declaration

2012-09-25 Thread Craig McNicholas
Bump! Would also like to see this. I have some great webkit styling for native scrollbars via css but for other browsers I am having to use a jQuery plugin to replace the native ones (yuck) I would like to only include this script for non webkit browsers but currently its all or nothing. On

Conditional script tag in a GWT module declaration

2011-10-16 Thread Lukas Laag
Hi all, I would like to create a GWT module which includes a third-party javascript library (a javascript xpath library) to patch a weakness for one of the targeted browsers (IE, which does not support xpaths). However I do not want to impact negatively the other browsers, which already have