[jQuery] Re: How to display a Dialog Box (with confirmation buttons) when external link is clicked

2008-07-03 Thread Roncioso
Hi Michael, did you tried the blockUI plugin? It should fit your requirements. Check it here http://malsup.com/jquery/block/#dialog -- Luca On Jul 1, 6:44 am, "Michael Brennan-White" <[EMAIL PROTECTED]> wrote: > jQuery Newbie question. > > I work for a state government and need to display a mes

[jQuery] Re: Is it possible for jQuery define version of browser, for example IE 7.0?

2008-06-16 Thread Roncioso
I noticed Firefox 3rc3 with $.browser.version returns 1.9 (Gecko version?) On Jun 16, 8:38 am, mtest <[EMAIL PROTECTED]> wrote: > I know that jQuery can define browser: > $.browser.msie > $.browser.safari > $.browser.opera > $.browser.mozilla > but can I define version??? > IE 7.0 - ? > IE 6.0 -

[jQuery] Re: Help with W3C validation and jQuery

2008-06-12 Thread Roncioso
I don't think W3C Validator checks injected dom. Did you tried to validate the document from local? -- Luca On Jun 12, 3:06 pm, "Priest, James (NIH/NIEHS) [C]" <[EMAIL PROTECTED]> wrote: > I've got a site in which I'm trying to get W3C validated and running > into a few issue with jQuery and I w

[jQuery] Re: displaying content after certain amount of time?

2008-04-07 Thread Roncioso
setTimeout($('#myDiv').show(),1000) ? On 7 Apr, 11:47, rudgr <[EMAIL PROTECTED]> wrote: > Hi, > > I'm relatively new to jquery and was wondering if there's a way to > display a div after x milliseconds? > > Thanks in advance, > > rudgr

[jQuery] Re: execute click in the scrip

2008-03-09 Thread Roncioso
On 9 Mar, 09:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have this link that I like to automatically 'click' in the script: > > test link > > here is my code, but it does not 'click', any idea? thanks. > > jQuery(document).ready(function(){ > jQuery(".block").draggab