Ariel, thanks for the feedback. I included the debugging option so
that developers can see how long it takes for some plugins to load, so
that they could optimise it accordingly (fewer selectors for each
plugin, no/less calls to getNeeded() function).

It seems however that 'alternate stylesheet' isn't the trick for Opera
in this case.

On Apr 4, 9:21 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> Just a guess, but set rel="alternate stylesheet" to the style.. it
> solved a problem I had some time ago, not exactly this, but I know it
> is a quirk.
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
> On 4 abr, 12:27, Nicolas R <[EMAIL PROTECTED]> wrote:
>
> > There seems to be a problem with the plugin when loading external CSS
> > and the browser is Opera.
>
> > From what I understand Opera loads the DOM first, and then the CSS
> > (all others do it the other way around). For some reason external
> > style sheets will not be applied to the DOM (even if they are appended
> > to the 'head' or 'body' or wherever).
>
> > This issue was found when using $.getPlugin with datepicker a thickbox
> > plugins, both of which have a script and a stylesheet. As they both
> > append elements to the DOM after $(document).ready, and after their
> > styles have been loaded, the styles are not applied to the newly
> > appended elements.
>
> > Any suggestions about this?
>
> > On Apr 4, 2:19 am, Nicolas R <[EMAIL PROTECTED]> wrote:
>
> > > Hey all,
> > > I've just released getPlugin, a plugin that aims to minimise loading/
> > > rendering times by keeping unnecessary scripts and styles out of the
> > > DOM.
>
> > > What it does is basically check whether or not a specific plugin/
> > > script/style should be imported, and then imports it. The concept is
> > > similar to $.getScript, but it's much more flexible (and it also
> > > allows browsers to cache the external files, so that download times
> > > are even shorter).
>
> > > Basic syntax is : $.getPlugin(plugin,[check],[data],[callback]);
>
> > > As the goal of this plugin is to keep loading times as short as
> > > possible, any suggestions and modifications that help achieve that
> > > goal are more than welcome.
>
> > > The one issue that I encountered has to do with events and ajax
> > > requests, where events are removed from elements updated via ajax. If
> > > anyone has a fix for this or any suggestion I'm all ears.
>
> > > For those interested the plugin can be found 
> > > at:http://plugins.jquery.com/project/getPlugin
>
> > > Cheers- Ocultar texto de la cita -
>
> > - Mostrar texto de la cita -

Reply via email to