[jQuery] document.ready speed?

2009-05-22 Thread Matt2012
Does document.ready wait for external scripts to be loaded I have google analytics (+1 other) loading just before the body tag however script in document ready seem to be waiting for these to load I only want to wait for the jquery plugins at the top of the page to load the scripts at the botto

[jQuery] ycodaslider in an iframe

2008-07-20 Thread Matt2012
dosent work anyone know a fix?

[jQuery] setting options for objects

2008-05-22 Thread Matt2012
This is a general javascript question really I have three objects that are similar $.object1({ option1: "something", option2: "something else", optio

[jQuery] drag error

2008-04-11 Thread Matt2012
If I drag one element then try and drag another before the first has reverted c has no properties is there a way to prevent this? code $(".doc").draggable({opacity: 0.7, revert:true, zIndex:100, containment:'#step4'});

[jQuery] Re: improving page apparition

2007-06-06 Thread Matt2012
has anyone got a follow up to this as im not getting anywhere with this. If i use window.onload it still reveals my dom before the css has been applied and the last images have been loaded. I need a full proof way of not showing anything until everything has been fully loaded.

[jQuery] malsup form plugin with bassistance validation plugin help

2007-06-04 Thread Matt2012
Im struggling to integrate the form plugin with the validation plugin I was using this code: var options = { target: '#output', url:'projects/updater.php', success:function(){done()} }; $("#formClip").validate({ submitHandler: function(form) { $(form).ajaxS

[jQuery] http error: #406 using jqUploader

2007-05-22 Thread Matt2012
Hi im getting a http error: #406 when using jqUploader anyone else had this and no what might be causing it? Matt.

[jQuery] Re: ratings plugin - link down - anyone got a copy?

2007-05-08 Thread Matt2012
thanks much appreciated! On 8 May, 21:46, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Here you go: > > http://www.learningjquery.com/src/plugins/rating > > Enjoy, > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > &g

[jQuery] ratings plugin - link down - anyone got a copy?

2007-05-08 Thread Matt2012
Hi im looking for the latest version of the ratings plugin. The link for its is down, I guess thats part of the downtime problem http://john.jquery.com/plugins/rating/ (down) has anyone got a link I can use or maybe just post it here? thanks Matt.