Thanks again to Jorn for a fantastic plugin. One thing I noticed, with the
additional-methods.js file that is included with the download, is a small
error with the messages for the maxWords, minWords, and rangeWords methods.
They are missing $.format():
jQuery.validator.addMethod("maxWords", functi
;username: 'You must enter a Username',
>password: 'You must enter a Password'
>},
>wrapper: 'li'
>});
>
> Thats all.
>
> Jörn
>
> On Thu, Sep 11, 2008 at 6:54 PM, Steve Blades &
Wondering if someone can help track an issue. I'm using validate 1.1 with
JQuery 1.2.3 (can't upgrade at this time). I have a simple login form, and
trying to validate that the fields aren't empty prior to submit. Working
great in Firefox, but IE doing nothing, and not throwing an error:
$('#login
In my experience, JQuery and SWFObject never coexisted well in IE 6
(swfobject broke DOM). We use the JS that Adobe's generator push's, which
keeps the DOM correct.
On Fri, Aug 22, 2008 at 9:20 AM, Craigy <[EMAIL PROTECTED]> wrote:
>
> Hi - I have a development page here:
>
> http://www.aoec.com/
"Why would anyone pay for something that is based on open source?"
In support of an open source initiative, especially if that initiative is
addressing an immediate need that you might have.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
Paul,
Now, I might be wrong here, but if each form has it's own validation rules
then wouldn't it be something like:
$('#myFormsID').validate();
That id would equate to an 'id' attribute of the form element itself. That
would be it, right?
--
Steve "Cutter" Blades
Adobe Certified Professional
I may be wrong, but I believe that the YUI DataTable was originally the
precursor to the Grid components in ExtJS. I have seen some very nice grids
in JQuery, but none quite as nice (or complete) as those in ExtJS.
On Thu, Apr 17, 2008 at 11:56 AM, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:
>
> I'
And it wouldn't, as that would be a crosssite scripting instance, which
isn't permitted.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com
---
The Past is a Memory
The Futu
StrikeIron.com has a free webservice search service (under
products|utilities, you must register to access) that has a service listed
which might meet your needs.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
htt
Ryan,
Great stuff. It's always good to see the American Dream at work. One small
issue you may want to address, since you're selling design services, is your
type/font choice of your home page. It renders miserably in Firefox 2 on
WinXP (I'm at 1280 x 1024 res, if it matters). Very choppy and stil
You have the closing brackets and parens around the functions of your
.ajax() call, but you don't appear to close out your
$(document).ready(function(){ // everything is in here });
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
___
Did you mean $('input[type='hidden'])? Your code is trying to set the
type attribute. It looks like you want to select a field with a type of
hidden
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blo
Jörn,
Outstanding! Looks very good. Can't wait to see what you come up with next.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com
---
The Past is a Memory
The Future a Dr
Steve,
Very nice work, looks fantastic. And that's coming from a guy who works for
a company that targets this (auto dealers) industry exclusively. Few minor
notes: Your finance application is on an unsecure page. Major red flag to a
savvy user, and huge liability to yourself (as the developer) an
(occurring prior to
validation) separate from a 'beforeSubmit' (occurring after validation, and
prior to the form submit). Just a thought.
On 10/9/07, Steve Blades <[EMAIL PROTECTED]> wrote:
>
> > How about these?
> > - beforeSubmit: called before the validation
> How about these?
> - beforeSubmit: called before the validation starts
> - success: called when the form is valid
> - submitHandler: replaces the default submit, handler must do an
> ajaxSubmit or whatever
Sounds outstanding, as long as the submitHandler only covered an ajaxSubmit.
If it was an
Ok, I've kind of hacked around it. Maybe adding prePost and onFailure
options that can map to functions(form), so that you could run a script
prior to the actual submit event, or something in the event of the form
being invalid.
I had a select with values that were a pipe delimited string. The sel
Jörn,
That would be outstanding. My problem now is, I need this 'stuff' in the
submit. By placing .validate() in the submit I'm able to do both, but.
(see script first):
$('#CSForm').submit(function(){
var selField = $('select#Make', this);
rewriteMakeOption(selField);
That's funny, I was just plowing through a filtered list of the jquery list
emails, trying to figure it all out. Thanks for the assist Josh, knew it
should be something simple.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
- Josh
>
>
>
>
>
> - Original Message -
>
> *From:* Steve Blades <[EMAIL PROTECTED]>
> *To:* jquery-en@googlegroups.com
> *Sent:* Thursday, October 04, 2007 11:59 AM
> *Subject:* [jQuery] Validation madness
>
> I'm using the validator plugin, and I
I'm using the validator plugin, and I have some code like this:
var errContainer = $('#CSForm div.error');
$('form#CSForm').validate({
errorContainer: errContainer,
errorLabelContainer: $("ol",errContainer),
rules: {
First_Name: "required",
L
I find that they play very well together. I use the jquery adapter built to
bridge jquery and ExtJs, but it isn't a necessity, ExtJS has it's own DOM
selector methods. I just find the JQuery syntax very easy, and it's handling
of DOM manipulation very robust. I use ExtJS primarily for it's beautifu
Robert,
This forum is for all people, at all levels of skill, and is intended for
learning and sharing. Yes, the tone and title of the original message were
off (a sign of frustration, I'm sure), but that doesn't mean that any of us
should pay less attention, or offer less aid, than we would to an
Looks outstanding. Now, if it only had a syntax highlight library for
ColdFusion;).
On 9/27/07, Andrea Ercolino <[EMAIL PROTECTED]> wrote:
>
>
>
> Very simple. Look at the new example posted in
> http://noteslog.com/post/chili-19-released-today/ : It's what you're
> looking
> for.
>
> But Chil
That's odd? According to the w3c:
'XHTML documents must use lower case for all HTML element and attribute
names. This difference is necessary because XML is case-sensitive e.g.
and are different tags.'
ref: http://www.w3.org/TR/xhtml1/#h-4.2
Steve "Cutter" Blades
Adobe Certified Professional
A
OK, maybe someone can help me wrap my head around a good way of doing this.
Here's the setup (question to follow). I have a container div that contains
a) an image [float:left] b) a table, and c) a div below the image and table.
I use JQuery to hide the lower div on page load. I have a hover() ev
Looking for everyone's input on an issue. Trying to see how the
community-at-large deals with this situation. See details, and please
comment, over on my blog:
http://blog.cutterscrossing.com/index.cfm/2007/6/22/Call-For-Input-Document-Revision-Comments
--
Steve "Cutter" Blades
Adobe Certified
t; wrote:
Thanks Steve. Looks very interesting. Do you can share the SQL tblUsers
script? ID is an identity field in that table? Do you found any bottlenecks
for that SQL paginations approach? Please look this article for pagination
in SQL Server: http://www.4guysfromrolla.com/webtech/042606-1.shtml
Thank
I have a (currently) six part tutorial on paging the ExtJS DataGrid
component, with JQuery, on my blog:
http://blog.cutterscrossing.com/index.cfm/My-First-ExtJS-DataGrid
Steve 'Cutter' Blades
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
http://blog.cutterscro
.width() and .height() are used to get the w and h values. You would use
$([selector]).css("[attr]":"[value]") to set a style value.
Steve 'Cutter' Blades
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
http://blog.cutterscrossing.com
"The best way to predict th
I thought it was
$('#mytest').css({width:"200px"});
to set a style attribute?
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com
---
The Past is a Memory
The Future a Dre
31 matches
Mail list logo