[jQuery] Anyone know how to do this?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Anyone know how to do this?</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">In Jorn</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">’</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">s valida</FONT></SPAN><SPAN
[jQuery] interface imagebox
hi, has anyone modified the interface imageBox to do slideshows? or are there any other _modal_ image plugins out there that will do slideshows where you press play and it loads images sequentially after a timeout?-- in addition to having the next and previous buttons? thanks. -brent _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Why is this error occurring?
Hi, all. Using Jorn's validation plug-in. Firebug is giving me this error: "invalid property id" In reference to this line: if(element.attr('id') == "Name") (And it also puts this at the end of the line which is not in the script "{\n". what is that?) Anyway. is the problem the fact that the id is called "Name"? What else could cause Firebug to throw this error? I'm using this same coding (not id's, however) on another page and it's working fine. ??? Thanks, Rick _______________________________________________
[jQuery] How can I disable a form submit button if there are entry errors?
Hi, all. I'm using Jorn's validation plug-in to validate form entry and everything is working perfectly, except for the fact that even after an entry error is made the message shown, a user can still click the "Calculate" button and submit the form. I need to disable the "Calculate" button somehow if an entry error is made. Can someone give me some clues how this can be done? Plug-ins involved in the form are Jorn's Validation and there is an Ajax(?) functions for submitting the form and returning
[jQuery] Adding Currency Validation to Jorn's Validation Plug-In
Thanks for the tip, Daemach, but I'm afraid I don't have that js script... I'm still on CF 4.5... However, if the "CF_checknumber" function only validates numbers, it won't be of much use, because Jorn's Validation plug-in has built-in validation of numbers. Rick -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Daemach Sent: Sunday, March 11, 2007 3:25 AM To: discuss@jquery.com Subject: Re: [jQuery] Adding Currency Validation to Jorn's Validation
[jQuery] need ideas - alternative to select > option
Hi, I have a simple problem, but I don't see any easy solution. I have a select
[jQuery] FW: Validation help with Date Selector
Hi, Sam... I couldn't get it to work, and know I know why! :oP That would be an excellent addition to the plug-in, however. Rick -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Sam Collett Sent: Sunday, March 11, 2007 4:15 AM To: jQuery Discussion. Subject: Re: [jQuery] Validation help with Date Selector
[jQuery] jQuery.flash plugin and ExternalInterface
Hi, i'm using the jQuery flash plugin to embed a flash movie to a webpage, and the ExternalInterface to communicate between flash and javascript.. in firefox everything's working as expected, but i can't get it to work in ie.. these are the as and javascript snippets: flash: import flash.external.*; ExternalInterface.addCallback('callback', this, callback); js: flash = ($.browser.msie) ? window['flash_id'] : document['flash_id']; flash.callback(); tnx.. _______________________________________________
[jQuery] validation plugin not working in ie6... here is the js link...
hey its writes me in ie6 "$.validator is not an object" ive downloaded the zip file from your site jorn, here is the files im using that cuases me that error: http://www.amir.cx/test1/used.zip can you please check if my version is ok? -- View this message in context: http://www.nabble.com/validation-plugin-not-working-in-ie6...-here-is-the-js-link...-tf3384992.html#a9422079 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list
[jQuery] Interface iFX animate error in IE 6/7
Hi guys (and Stefan), I'm getting an error when trying to use the animate function in Internet Explorer 6 and 7. The error is "Invalid argument." on line 455, char 8. I know it's vague but I can't really debug it in Firebug because it works fine in FireFox. Any pointers? I've tried Interface 1.2 and the latest SVN version of the ifx.js file but nothing seems to work (except for commenting out the jQuery.fn.extend({ animate: function... stuff. Thanks. -Aaron -- View this message in context: http://www.nabble.com/Interface-iFX-animate-error-in-IE-6-7-tf3383227.html#a9417041
[jQuery] Form validator plug - checking valid date 3 dropdowns ... help
hey. i got this code, its 3 dropdown with a date to select i dont success to do a validation to them in order to check if the date is correct (ie. not 04/31/2004) i want onsubmit to check if the date is vaild before sending it to php anyone can help? <div><label for='MyForm1ubirthdayInputfield'>ubirthday </label><select name="ubirthday[dd]" tabindex=601 id='ubirthdaydd'><option value="01">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option
[jQuery] Adding Currency Validation to Jorn's Validation Plug-In
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Adding Currency Validation to Jorn's Validation Plug-In</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">Hi, all</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">…</FONT></SPAN><SPAN LANG="en-us"></SPAN></P> <P DIR=LTR><SPAN
[jQuery] Fastest selector for searching a single table column?
Beware - the cellIndex property will give misleading results if there are any colspan's in the row, or rowspan's that intersect with the row. See http://www.javascripttoolbox.com/temp/table_cellindex.html for an example of the problem. It will also always exist but be 0 in some versions of Safari. These are things I account for in my table lib so if you want to check out how I solve the problem you may want to do something similar. Matt Kruse
[jQuery] jQuery at SXSW?
Are there any other jQuery folks at SXSW this weekend? Apparently John Resig was at the Web Vector graphics panel this afternoon, but I missed him. Anyone interested in grabbing a beer in Austin to toast jQuery? :-) Maybe during the lunch break on Sunday... Rawk! Luke _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Show hide return
I'm just learning, or trying to. I searched for this and thought the below would work. What I'm trying to do is if a show hide is being used and the dropdown is long, using the hide function leaves the user way down the page and having to scroll back up looking for where they were. I tried name but it didn't work? <a name="return"></a> <a href="#" id="slick-show">Show the box</a> <div id="slickbox" style="background: #eee; border: 1px solid #900; height: 135px;"> This is the box that will be shown
[jQuery] interface 1.2 pause() function
That's exactly what it was, Joel. I sorted it out yesterday after stumbling on a related suggestion in another post. Thanks for following up, though! -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Joel Birch Sent: Saturday, March 10, 2007 5:55 AM To: jQuery Discussion. Subject: Re: [jQuery] interface 1.2 pause() function
[jQuery] interface 1.2 pause() function
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt;
[jQuery] Best practices for reattaching behaviours to dynamically loaded content?
As site developers using jQuery, we often attach jQuery behaviours through an attach function that's registered with $(document).ready();. Typically, behaviours attach to content identified by jQuery selectors, e.g., id or class values. This works great for the initial DOM ready state. But how can we ensure that these same behaviours are also attached to content loaded via ajax? Of course, if I'm using all my own behaviours I can simply hack them to apply to ajax-loaded content. But the question
[jQuery] Plugin: jdMenu 1.3.beta2
<div>Finally! After 15" of snow and moving into a house this past weekend, I finally got beta2 out the door! </div> <div> </div> <div>Thanks to all of your feedback and testing! A number of issues have been fixed and we found a bug in the dimensions plugin (with IE) that Brandon Aaron fixed promptly.</div> <div> </div> <div>Changes:</div> <div>- Menu supports absolute positioning</div> <div>- Rewrote menu positining code</div> <div>- jQuery 1.1.2 support</div> <div> </div> <div><a href="http://jdsharp.us/code/jQuery/plugins/jdMenu/1.3.beta2/">http://jdsharp.us/code/jQuery/plugins/jdMenu/1.3.beta2/</a></div>
[jQuery] Validation help with Date Selector
I have a form with multiple inputs. One of them using the dateselector plugin. On validation that field gets jumbled up because of the placement of the date icon. What I'm wondering is on just that one field can I set the error message to appear in an alternate location? i.e. - Can I add something to the meta data to tell that one field to post the error message in the #errdiv? <input id="getdate" name="getdate" type="text" class="reg_input {required:true}" style="width:115px;"> <div id="errdiv"></div>
[jQuery] simple - focusing on an input
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] simple - focusing on an input
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML)
[jQuery] facncy tooltip causes floated div to shift
I have two floated divs one called leftcol the other rightcol. I have a vertical menu in the left col with a fancy tooltip applied ala Joern Zaefferer. the problem is its causing the rightcol content to shift momentarily when I hover over an element and get the tooltip - this only happens the first time until I refresh the page. I guess its applying some further styles to the page. ??? -- View this message in context: http://www.nabble.com/facncy-tooltip-causes-floated-div-to-shift-tf3378581.html#a9403584
[jQuery] New Plugin: jqChart - Charts plugin for jQuery
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV dir=ltr align=left><SPAN class=404394921-09032007><FONT face=Arial color=#0000ff size=2>I get those same errors in IE7</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left> <HR tabIndex=-1> <FONT face=Tahoma size=2><B>From:</B>
[jQuery] disable form submit
Hail, This is not a question or something like that :P... just wanna show some lines of code that i usually use to disable forms "auto" submit... where you can see that kind of reloading. I usually use: // onload, shortcut to $(document).ready(function() {}); $(function() { // disable form submition on all forms $('form').submit(function() { return false; }); }); _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] simple - focusing on an input
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
[jQuery] simple - focusing on an input
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
[jQuery] Deleting an Element
Is there any way to delete an element while retaining it's child elements? The remove() method doesn't appear to offer the ability to simply remove the wrapping element. Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] simple - focusing on an input
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
[jQuery] jQuery Litebox adds Flickr support
http://www.projectatomic.com/litebox jQuery Litebox now supports Flickr with the http://www.projectatomic.com/flickr jQuery Flickr plug-in. The jQuery Flickr plug-in is an alpha release, but it features: no server-side proxy required. easy to implement: $("#myElement").flickr(); supports custom callbacks, and custom requests returns recent photos & photosets by id returns sorted search results by user id, group id, tags, or text configure thumbnail size and image size built-in jQuery Litebox slideshow
[jQuery] javascript object not array?
I'm confused. Why does: var d = { "Products": [ "Books", "Electronics" ] }; alert(typeof d["Products"]); Report "object" and not "array"? How am I supposed to tell if I have an array rather than a "map" object? Thanks, T. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Validation help with Date Selector
Yes - that way it didn't interfere with the date selector icon at all. - David -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, March 09, 2007 11:20 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Validation help with Date Selector So with your method, you ended up with the error message appearing *above* the formfield? Rick -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]
[jQuery] moving blocks
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
[jQuery] Good datepicker
Hey guys, I'm looking for a good JS-based date picker. I wanted to use the one in the plugins folder but it doesn't allow for going backwards on the calendar. I need to be able to select any date. Suggestions? Rey -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] moving blocks
Hi I am newbie in Jquery How can I move a block like this? <div class="form-item"> <label for="edit-taxonomy-6">farm: </label> <select name="taxonomy[6]" class="form-select" id="edit-taxonomy-6" ><option value="0"><none></option><option value="31">faz-en1</option><option value="32">faz-en2</option><option value="33">faz-en3</option></select> </div> Or pick up this block, hide them and print in another place. Regards<br clear="all"> -- Mário Alberto Chaves Moura _______________________________________________
[jQuery] simple - focusing on an input
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt;
[jQuery] Validation help with Date Selector
Yeah, I knew about the css (.error) but my issue was with where it was being placed in relation to the date selector image that was added. My final solution was to append the error message before the input field. That made everything consistent. Good luck with your form..... David -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, March 09, 2007 10:50 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Validation
[jQuery] Need some guidance...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Need some guidance...</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">Hi, all</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">…</FONT></SPAN><SPAN LANG="en-us"></SPAN></P> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">I</FONT></SPAN><SPAN
[jQuery] Options for Validation...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Options for Validation...</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">Calling all jQuery/CF</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">’</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">ers</FONT></SPAN><SPAN
[jQuery] Validation help with Date Selector
$("#myform").validate({ errorPlacement: function(error, element) { if(element.attr('id') == "dateselect") { error.appendTo("#errordiv"); } else { error.insertAfter(element); } } }); - David -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, March 09, 2007 4:49 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Validation help with Date Selector Did you ever figure out how to move the location
Next Page