[jQuery] Re: New Plugin: SimpleModal

2007-10-26 Thread njsuperfreak
Wow that is pretty sweet, I like the fact that the div flows the scroll bar, as compared to others. But can the powered by SimpleModel be removed?

[jQuery] Re: Flash and jQuery

2007-10-05 Thread njsuperfreak
ion from within flash that in turn > > calls the grey box function > > > since jquery applies the onclick event to all anchors with a class of > > greybox you'll need simluar code inside you function that you call from > > flash. > > > getURL('javascript:ca

[jQuery] Flash and jQuery

2007-10-04 Thread njsuperfreak
Can Flash communicate with jQuery? I would like to use flash to interact with jQuery like opening up a dialogbox using the greybox.js plugin. How would I go about doing that any ideas? The code is activated by the class="greybox"

[jQuery] General Question about Flash and jQuery

2007-10-03 Thread njsuperfreak
Can jQuery talk to flash 9 and vice versa? And is there any examples of this?

[jQuery] Re: Try / catch

2007-09-20 Thread njsuperfreak
yeah I answered my own question! Here is the solution try { $("#user").focus(); } catch(err){ return false; } On Sep 20, 1:37 pm, njsuperfreak <[EMAIL PROTECTED]> wrote: > Benjamin, > thanks for you response. > Okay I have

[jQuery] Re: Try / catch

2007-09-20 Thread njsuperfreak
Benjamin, thanks for you response. Okay I have a login form with a input field named (user) set to focus($ ("#user").focus();). When the checks the remember me checkbox, a cookie is created, so the next time the user logs in his/her username is displayed in this form, and the inputs (user) and (

[jQuery] Try / catch

2007-09-20 Thread njsuperfreak
This sets focus on the field which works fine. $("#user").focus(); The problem is object $(#user) disappears when the remember me box is checked. Someone suggested I do a try() catch() statement. I am a little new to that so I was, asking if anyone knows how to do this in jquery. Thanks!

[jQuery] Bigstring's jQuery front-end

2007-09-19 Thread njsuperfreak
Hey I wanted everyone to check our site, I used jQuery and corner.js plugin for the font-end. Thanks to all of you! Just another fine example of what can be accomplished, with JQuery! http://www.bigstring.com

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-03 Thread njsuperfreak
I would like it to list every built-in function like in (MySql), and make it searchable, with more real world examples. The problem I ran into lastnight is I was trying to load a ext JavaScript file, and I forgot the tutorial with the examples. I tried doing a search, and the result was kind of ga

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread njsuperfreak
THE IDE ROCKS! I tried the plugin for eclipse and it seems there are a few glitchs I encountered I totally recomend the IDE great FTP Support as well, only real thing it lacks is the CSS color visual. On Aug 1, 4:47 pm, Duncan <[EMAIL PROTECTED]> wrote: > +1 for Aptana, I use it as a plugin f

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread njsuperfreak
Wow that's a fabulious plugin I was using JSEclipse good find!! On Aug 1, 2:13 pm, "Priest, James (NIH/NIEHS) [C]" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Matt Penner [mailto:[EMAIL PROTECTED] > > What recommendations on JavaScript editors or IDEs does anyone have?