[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-24 Thread Microbe
lly, since it's loading from > > Google's server, it doesn't use your bandwidth. > > > On Mar 23, 10:18 pm, Microbe wrote: > > > > Yup, I hear ya all and now understand the issue.  Especially Sam's > > > point that upgrading automatically may

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-24 Thread Microbe
Yup, I hear ya all and now understand the issue. Especially Sam's point that upgrading automatically may break a function somewhere. Thanks so much for the replies. Much appreciated. I guess the last question is "is there any advantage in linking to the google hosted scripts rather than hostin

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-22 Thread Microbe
Thanks for that, but if you use it, aren't you linking to a specific version number? Their example is "path: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"; So what happens if right though my code I call that file and then 1.3.3 comes out?

[jQuery] Keeping jquery codes up to date - best practise?

2009-03-22 Thread Microbe
Hey everyone, I use jquery on a number of sites (all on the same server). What is the best way to keep jquery scripts up to date across them all without having to change code all over the place. I was thinking of using one of my domains as a host, putting generically named files there e.g. jque

[jQuery] [blockui] Use blockui to block until page loads

2009-03-13 Thread Microbe
Hey there, I use jquery but have to admit to not understanding it really well - how many different things can one learn??? I have a page that uses jquery popup and also loads a CGI script. It takes a little while for the CGI to load so I want to block the page until it is done. How would I di

[jQuery] Re: has anyone come across a plugin like this ?

2008-11-10 Thread Microbe
Demand # 1 :o) On Nov 11, 8:57 am, heysatan <[EMAIL PROTECTED]> wrote: > Hi Sean, > > I built this breadcrumb animation.  Due to time limitations at the end > of the project I wasn't able to make it into a plugin (I built a lot > of other plugins for this project), but I'd like to when I get a

[jQuery] Re: my first plugin

2008-10-28 Thread Microbe
I should add, this is a great solution to another issue. I use highslide on a website but just loading when the combination is Win2K and IE6 causes a computer to reboot

[jQuery] Re: my first plugin

2008-10-28 Thread Microbe
Nice work, I would like to see the behaviour as follows: When one image is zoomed and you click on another there are 3 options: just close the first one (as it does now) OR close the first one and open the second one (better) OR open the second one as well.

[jQuery] Re: blockUI custom options not working

2008-10-23 Thread Microbe
> > Just about anything, if not all, you do with jQuery requires or makes > the most sense to have the DOM to be ready, it should be as automatic > as it gets writing that first line of code ...and the best way to make sure people who are new to JQuery understand this is if it is "made more cle

[jQuery] Re: blockUI custom options not working

2008-10-23 Thread Microbe
Thanks Mike, That solved it - love your work!!! Perhaps this could be made more clear on the demos page and in documentation to save you answering the question again.

[jQuery] blockUI custom options not working

2008-10-23 Thread Microbe
Hey folks, I don't like to waste a list's time with a noob question, but I have come to my wits end on this. I am trying to use blockUI on a series of file upload fields on a page It works fine, but I just can't get the custom message to work. All the demos use a button I have tried a number