[jQuery] [multifile] Programmatic functionality not working

2009-12-17 Thread Rus Miller
Getting the MultiFile plugin (jQuery Multiple File Upload Plugin v1.46) working programmatically is not happening for me. Please see two demos with a class-based and programmatic approach (view source and check the js files)...the link to switch between them is at the top: http://monovisiondesign.

[jQuery] Re: Can jQuery create Drop Caps?

2008-02-24 Thread Rus Miller
Thanks David. That's perfect! On Feb 24, 12:22 pm, Dave Stewart <[EMAIL PROTECTED]> wrote: > Yup - you need jQuery and Regular Expressions: > > var elements = $('a[class="tablink"]') > elements.each( > function(){ > var html = $(this).html() > html = html.replace(/([A-Z])/g,

[jQuery] Are Drop Caps possible?

2008-02-24 Thread Rus Miller
I'd like to turn all instances of "tablink": Drop Cap Into this: Drop Cap That is, place a span around each uppercase letter. Is it possible to do? Thanks, Rus Miller

[jQuery] Can jQuery create Drop Caps?

2008-02-24 Thread Rus Miller
I'd like to turn all instances of "tablink": Drop Cap Into this: Drop Cap That is, place a span around each uppercase letter. Is it possible to do? Thanks, Rus Miller

[jQuery] Can jQuery create Drop Caps?

2008-02-24 Thread Rus Miller
I'd like to turn this: Iconic Figures into this: Iconic Figures Is there a way for jQuery to search and replace uppercase letters?

[jQuery] Re: [Validation] v1.2.1pre - Validating an empty field and

2008-02-04 Thread Rus Miller
Great. Thanks. [subliminal message] Spinner! Spinner! [/subliminal message] On Feb 4, 2008 5:36 PM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Rus Miller schrieb: > > Yep. You got it. Thanks for great work! > > > > Is a spinner coming anytime soon? >

[jQuery] Re: [Validation] v1.2.1pre - Validating an empty field and

2008-02-04 Thread Rus Miller
Yep. You got it. Thanks for great work! Is a spinner coming anytime soon? On Feb 4, 12:50 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Rus Miller schrieb:> [...] > > I moved up to your latest release and the issue of validating an empty > > field i

[jQuery] [Validation] v1.2.1pre - Validating an empty field and

2008-02-02 Thread Rus Miller
Jörn, Jeez, this groups board is the buggiest thing I've ever seen from Google. I can't answer my own post anymore (http://groups.google.com/ group/jquery-en/browse_thread/thread/74705e85e6d0b747#) so I've started this new one. So annoying, because all I want to say is... I moved up to your la

[jQuery] Re: [Validation] How to add a pending (spinner) label to a remote validation

2008-02-01 Thread Rus Miller
http://monovisiondesign.com/client/jquery/validate-url/form.php On Feb 1, 4:49 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Hi Rus, > > could you post a demo/testpage with that code? That makes it easier to > see the modifications in context. > > Thanks > Jörn

[jQuery] [Validation] How to add a pending (spinner) label to a remote validation

2008-02-01 Thread Rus Miller
It's not pretty but it seems to work. I'd ideally like to tap into the error/success label display but I couldn't figure out how, so right now this only works for remote validation rules. It might also be interesting to have the option to make these labels instances of the Tooltip plugin. Then

[jQuery] Validation plugin -- need help attaching 'pending' label and one other issue

2008-01-31 Thread Rus Miller
I apologize for the double post. This subject line is a little more specific. I'm trying to do two things that seem as if they should be very simple (for somebody who has a little more experience than me, that is): 1. Attach a pending label to a currently validating field, like the error and ch

[jQuery] [Validation] One request and one issue...please help?

2008-01-31 Thread Rus Miller
I'm trying to do two things that seem as if they should be very simple (for somebody who has a little more experience than me, that is): 1. Attach a pending label to a currently validating field, like the error and checked labels 2. Prevent validation on a field with validation rule, but which is

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-30 Thread Rus Miller
I agree, [EMAIL PROTECTED] isn't likely to be used anytime soon in a real- world situation. I've hacked the plugin on line 865 from: return this.optional(element) || /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\? \^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\ $%&'\*\+\-\/=\?\^_`{\|}~

[jQuery] Re: Validation plugin - spinner while validating field?

2008-01-30 Thread Rus Miller
omething wrong or is there a way to prevent that? On Jan 30, 1:17 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Rus Miller schrieb:> There is a label.error and a label.checked but does > anyone know how I > > would display a label.pending (perhaps with a spinner) while the &

[jQuery] Re: [SITE SUBMISSION] Sapitot Creative

2008-01-30 Thread Rus Miller
Also, you could dim the first view and thumbnail on the print and web pages to show that they're currently displayed. A beautiful site, though! I was actually planning on doing the same drop-down effect on my site redesign (which should be done sometime in '09). Stole my thunder! On Jan 30, 3:

[jQuery] jQuery.Validation - Is there a way to display a spinner while validating field?

2008-01-30 Thread Rus Miller
On Jan 30, 5:40 am, Rus Miller <[EMAIL PROTECTED]> wrote: > There is a label.error and a label.checked but does anyone know how I > would display a label.pending (perhaps with a spinner) while the > validation (especially a remote request) is happening? > > Thanks.

[jQuery] Validation plugin - spinner while validating field?

2008-01-30 Thread Rus Miller
There is a label.error and a label.checked but does anyone know how I would display a label.pending (perhaps with a spinner) while the validation (especially a remote request) is happening? Thanks.

[jQuery] Re: Validate remote method response problem

2008-01-29 Thread Rus Miller
ten is that going to happen? Maybe you could add an emailTLD method? Or better yet, an emailnoTLD, or something like that. It's really no use validating an email I won't be able to use. My two cents... On Jan 29, 11:13 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Rus Mi

[jQuery] Re: Validate remote method response problem

2008-01-29 Thread Rus Miller
7;ve probably already answered, but the email validation doesn't check for a TLD. On Jan 28, 5:34 pm, Rus Miller <[EMAIL PROTECTED]> wrote: > Hi Jörn, > > Thanks, give me a couple hours to get back home and I'll put something > up. > > On Jan 28, 4:12 pm, Jörn Zaeffe

[jQuery] Re: Validate remote method response problem

2008-01-28 Thread Rus Miller
Hi Jörn, Thanks, give me a couple hours to get back home and I'll put something up. On Jan 28, 4:12 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Rus Miller schrieb:> [...] > > > It'd be great if someone could give it a look. > > Your code looks fine. Could you post a testpage? > > Jörn

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-28 Thread Rus Miller
I noticed this issue too. On Jan 28, 2:15 pm, Yuval <[EMAIL PROTECTED]> wrote: > This email > [EMAIL PROTECTED] > validates perfectly on v1.2. No .com nothing... > Is it broken or is it done on purpose? > I tried it on my site AND on the remember-the-milk demo...

[jQuery] Validate remote method response problem

2008-01-28 Thread Rus Miller
I've been working with jQuery just a couple days and I'm having an issue with the Validate plugin. Please see these URLs for the source code: jQuery.Validate: http://darthead.pastebin.com/f7e7f8715 PHP remote script: http://darthead.pastebin.com/f2417d853 I'm trying to use the remote method

[jQuery] Re: slideToggle weirdness - also Easing question

2008-01-27 Thread Rus Miller
Found my IE problem: this.css('display','inherit'); works when 'inherit' is changed to 'block'. On Jan 26, 11:23 pm, Rus Miller <[EMAIL PROTECTED]> wrote: > Very nice!! That's exactly what I wanted to do, and so simple to > implement...

[jQuery] Re: slideToggle weirdness - also Easing question

2008-01-27 Thread Rus Miller
h a demo here: > > http://test.learningjquery.com/slide-up-toggle.html > > Hope it helps. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jan 26, 2008, at 6:30 PM, Rus Miller wrote: > > > > > David, you'

[jQuery] Re: slideToggle weirdness - also Easing question

2008-01-27 Thread Rus Miller
Thanks, that looks very interesting. Is there a way to test them without downloading all the dependent files? When I open the test directory and click on one of the HTML files I get the source code. Am I missing something? On Jan 26, 8:24 pm, David Serduke <[EMAIL PROTECTED]> wrote: > I've neve

[jQuery] Re: slideToggle weirdness - also Easing question

2008-01-26 Thread Rus Miller
m, setting the default easing only works for 1.2.2. There's probably an easy way to do it in 1.1.2 but I haven't dug through the code. That's all for now. My brain hurts. On Jan 26, 2:10 pm, David Serduke <[EMAIL PROTECTED]> wrote: > On Jan 25, 3:27 pm, Rus Mil

[jQuery] slideToggle weirdness - also Easing question

2008-01-25 Thread Rus Miller
I just moved over to jQuery yesterday and I'm trying to port my Mootools slide code. The Mootools slide was very smooth but I like jQuery's syntax and philosophy better. I was comparing Interface.SlideToggleUp (http://interface.eyecon.ro/ docs/fx) and jQuery.slideToggle (http://docs.jquery.com/E