[jQuery] Interesting side effect of using the RSV plugin

2009-11-17 Thread Jim Byrnes
it by clicking the button to submit the form. If I enter invalid data in any field the proper warning pops up and I can correct it. Does anyone have an idea of how to prevent the field required message poping up before focus shifts to the next field? Thanks, Jim

[jQuery] Allow submit to proceed despite validation errors?

2009-11-13 Thread Jim Biancolo
validations from happening. Any ideas? Thanks! Jim

[jQuery] Re: Allow submit to proceed despite validation errors?

2009-11-13 Thread Jim Biancolo
That's perfect, thank you! Then I can write my own logic to block saving in those situations where the user creates data that the database will reject. All else can be submitted. Very nice to wake up to this, thanks again! Take care, Jim On Nov 13, 8:45 am, Jörn Zaefferer joern.zaeffe

[jQuery] 403 forbidden error with RSV plugin

2009-11-05 Thread Jim Byrnes
that file on that server. Its a server on my desktop that I access using localhost without any problems until now. Anyone have any ideas on how to resolve this? Regards, Jim

Re: [jQuery] Re: jQuery form plugin?

2009-11-02 Thread Jim Byrnes
=SUBMIT / /form /div /body /html // test.js $(document).ready( function() { //$('x#printForm').ajaxForm(); $('#printForm').ajaxForm(); } ); ?php // test.php print_r ($_REQUEST); ? Thanks, Jim On Nov 1, 6:00 pm, Jim Byrnes

[jQuery] jQuery form plugin?

2009-11-01 Thread Jim Byrnes
that seem correct, but printRenge.php does not format a page to print. If I put anything in front of #printForm like this: $('XX#printForm).ajaxForm() firebug says reload to activate window console and printRange.php formats a page. Can anyone tell me what I am doing wrong? Thanks, Jim

[jQuery] Re: Cycle fxFn being reset

2009-10-30 Thread Jim McCollom
Mike, Thanks for pointing me in the right direction. I managed to get it working the way I wanted by doing the following: 1) Made a transition: $.fn.cycle.transitions.slideFade = function ($container, $slides, opts) { } 2) Made an 'fx plugin' function with the same name and made sure it

[jQuery] Ajax example needed

2009-10-23 Thread Jim Byrnes
I am struggling with ajax and jquery. I wonder if someone could point me to a simple yet comprehensive example of getting rows from a mysql database and displaying them in a html table. Using php on the server and jquery on the client. Thanks, Jim

[jQuery] Cycle fxFn being reset

2009-10-22 Thread Jim McCollom
: '#pager', cleartype: 1, slideExpr: .carouselElement, fxFn:'slideFade' }); }); Thanks. Jim McCollom

[jQuery] jquery.form.js - multiple simultaneous ajax form submissions

2009-10-21 Thread Jim
would suggest it is doing that. However, when the actual LAC_submit_checkin function is executed, the checkin is not being executed as AJAX (I'm redirected to the json output of the first form). Any idea what would could cause causing this? The AJAX setup/trigger is in LAC_submit_checkin Thanks, -Jim

[jQuery] Re: jquery.form.js - multiple simultaneous ajax form submissions

2009-10-21 Thread Jim
OK, I needed to trigger the submit event on the form, not the click event on the submit button.

[jQuery] Jquery site navigtion

2009-10-15 Thread Jim Byrnes
of discussions threads about it. Maybe it has something to do with the fact that when I clicked on plugins-browse by name I ended up at a blank page. Regards, Jim

[jQuery] Re: Jquery site navigtion

2009-10-15 Thread Jim Byrnes
end. If someone else could confirm the problem I would be happy to create a ticket. Regards, Jim http://dev.jquery.com/newticket (note: requires registration) and set the component to 'site' so it doesn't get missed here. Thanks. - Richard

[jQuery] Re: XML Parsing, am I doing it wrong?

2009-10-14 Thread Jim
Solved: function get_idc_fields(jqxml, field_names) { var ret = new Object(); jqxml.find('*').each(function(Index) { //I could add an 'if($( this )[ 0 ].nodeName == 'idc:field') somewhere in here, //but it isn't necessary var target = $(this)[0];

[jQuery] XML Parsing, am I doing it wrong?

2009-10-13 Thread Jim
I have an XML data structure being returned from my server on an AJAX call (excerpt here): SOAP-ENV:Envelope - SOAP-ENV:Body - idc:service IdcService=CHECKIN_UNIVERSAL - idc:document dDocType=Reports dUser=jim dIsCheckedOut=0 dRevisionID=1 dCreateDate=10

[jQuery] Re: XML Parsing, am I doing it wrong?

2009-10-13 Thread Jim
jqStatusMessage = jqxml.find(idc\\:field[name='StatusMessage']); Same here: jqxml.find(idc:field) jqxml.find(idc\\:field) On Tue, Oct 13, 2009 at 10:31, Jim stapleton...@gmail.com wrote: Thanks. That didn't work. I tried double-escaping: jqxml.find(idc\\\ \:field), but still no love

[jQuery] Re: XML Parsing, am I doing it wrong?

2009-10-13 Thread Jim
var jqStatusMessage = jqxml.find(idc\\:field[name='StatusMessage']); Same here: jqxml.find(idc:field) jqxml.find(idc\\:field) On Tue, Oct 13, 2009 at 10:31, Jim stapleton...@gmail.com wrote: Thanks. That didn't work. I tried double-escaping: jqxml.find(idc\\\ \:field), but still

[jQuery] Re: jQuery/JSON forms issue: tries to download response

2009-10-12 Thread Jim
On Oct 10, 9:16 am, Jim stapleton...@gmail.com wrote: On Oct 9, 8:50 pm, MorningZ morni...@gmail.com wrote: it's supposed to be application/json, not text/json. set the content type properly in your server side code and you'll be fine... text/plain will work as well After some

[jQuery] Re: jQuery/JSON forms issue: tries to download response

2009-10-10 Thread Jim
work around? Thanks, -Jim

[jQuery] Re: jQuery/JSON forms issue: tries to download response

2009-10-10 Thread Jim
On Oct 9, 8:50 pm, MorningZ morni...@gmail.com wrote: it's supposed to be application/json, not text/json. set the content type properly in your server side code and you'll be fine... text/plain will work as well After some further searching, I found this section of code in the jQuery

[jQuery] jQuery/JSON forms issue: tries to download response

2009-10-09 Thread Jim
Any idea what I might be doing wrong? Thanks, -Jim Stapleton The Form (some values are filled in with javascript after load, or when items are selected from the select box): FORM NAME=ReportUploadForm ACTION=/content/idcplg ID=ReportUploadForm STYLE=PADDING: AUTO; MARGIN: AUTO; method=POST

[jQuery] Superfish v1.4.8 clashes with SWF?

2009-08-24 Thread jim
Trying to use superfish / jquery navigation on a site. Works great on my Mac (Safari Firefox), but in IE (not sure of the version) the drop-downs go behind the SWFs that sit just below the nav. Here's a link to the site: http://www.baitcreative.com/rolling_hills/ Is there an easy fix for this?

[jQuery] [validate] Problem with custom methods and eager/lazy validation

2009-08-07 Thread Jim Evans
thanks, Jim.

[jQuery] Re: JQUERY Pagination

2009-05-19 Thread Jim D
I would check out DataTables. It looks like it would easily be able to do what you're talking about and much more. http://www.sprymedia.co.uk/article/DataTables -Jim On May 18, 11:59 am, bharani kumar bharanikumariyer...@gmail.com wrote: Hi all, Please refer few jquery pagination plugins

[jQuery] Re: jqModal - Deactivate a register trigger

2009-05-19 Thread Jim D
class, you could consider toggling the class on those elements based on whether or not they should trigger the modal If you could provide a link to an example page I might be able to provide a little more insight. Feel free to email me if you have any questions nofxbassist1...@gmail.com -Jim On May

[jQuery] Re: How to check if jquery is working?

2009-05-16 Thread Jim D
You can also check to see if $ is a function. If the jQuery script loaded properly, that should return true On May 15, 2:16 pm, James james.gp@gmail.com wrote: Try using tools like the Web Development toolbar add-on for Firefox to debug. Under Information View Javascript, you can view

[jQuery] Re: jqModal question in regard to IE6

2009-05-05 Thread Jim D
Rick, Could you post an example link so I could get a better idea of what you're talking about? I've dealt with jqModal issues in IE6 before so I may be able to help you out, but I would need to see the page where all this is happening. On May 4, 10:14 am, Rick ric...@gmail.com wrote: Man,

[jQuery] Re: jQuery form plugin file upload failure

2009-04-28 Thread Jim
should document this on your site in the section about file uploads. The move of a chunk of code into an asynchronous place of execution has some implications which should be brought to the attention of those working with your plugin. Thanks, Jim On Apr 27, 9:09 pm, Jim auldrid...@gmail.com

[jQuery] jQuery form plugin file upload failure

2009-04-27 Thread Jim
, and I'd really like some help. Why is the plugin acting like it is done submitting when it hasn't even tried to talk to the server? This system is on a private network so I cannot link to it, but I will provide as much info as is asked for and I can obtain. Thanks, Jim

[jQuery] Re: Protect page which loaded by $.ajax

2009-04-24 Thread Jim D
You can also check the HTTP_X_REQUESTED_WITH server variable. If the page is requested via $.ajax then this will be set to XMLHttpRequest but if it is requested straight through the browser, then it will not exist. On 23 апр, 21:51, donb falconwatc...@comcast.net wrote: If you are not

[jQuery] Re: Get specific content (from div, p) from $.ajax

2009-04-23 Thread Jim D
Based on the example you have here, it seems like having your php file return a JSON object may suit your needs a little better than returning an entire page. However, if you wanted to get the data in the way you're talking about, set the 'dataType' parameter to 'html' in your $.ajax function,

[jQuery] Re: Problem: Thickbox context bigger then browser size - no scroll bars.

2009-04-10 Thread Jim D
stuck with this, too! 2009/4/9 Jim D jwiz...@gmail.com Hi. How do you deal when thickbox is displaying itself bigger then browser size and it does not show scroll bars, so there is no way of getting to the last sentences display in Thickbox?

[jQuery] Problem: Thickbox context bigger then browser size - no scroll bars.

2009-04-09 Thread Jim D
Hi. How do you deal when thickbox is displaying itself bigger then browser size and it does not show scroll bars, so there is no way of getting to the last sentences display in Thickbox?

[jQuery] DOM Rendering is not finished before ThickBox tried to display = Grey Screen

2009-04-03 Thread Jim D
Hi. I have a problem of getting a grey screen instead of grey screen with JQuery ThickBox on top of that. I need to open ThickBox on page load. It seems that sometimes! DOM is not finished when ThickBox is trying to modify it. Here is a code I have at the end of my .jsp file (showWarning() just

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-23 Thread Jim Marion
@Microbe, you could combine your single domain solution with @Steve's Google Ajax library suggestion. Rather than linking directly to a hosted Ajax library, you could link to a JavaScript file hosted by you on a single domain. In that JavaScript file, call google.load (jquery, 1.3.2). When your

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-02 Thread Jim Davis
The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: http://www.btruekennel.com/scripts/jquery.history_remote.js Thanks for the help, Jim On Sun, Mar 1, 2009 at 9:17 PM, Karl Swedberg k

[jQuery] History/Remote - problem with jquery 1.3.1

2009-03-01 Thread Jim
The History/Remote plugin ( http://stilbuero.de/jquery/history/index.html ) works great with jquery 1.2.6 but not 1.3.1. The load part of the plugin works, but the history part is not working. Is there a fix or a more current plugin to accomplish the same function? Jim

[jQuery] possible jQuery ui icon bug

2009-02-11 Thread jim
Run the jQuery UI Sortable - Portlets Demo and try swapping ui- icon-minusthick for ui-icon-plusthick, and you will notice that it only seems to see the ui-icon-minusthick part of the image. This appears to be the case for any pairing of icons where the second icon appears to the right of the

[jQuery] Re: Jquery.js include multiple times header / footer / etc.

2009-02-03 Thread Jim D
You could check whether or not $ is a function. If jQuery has been included, typeof($) should return the string function otherwise it will return undefined On Feb 2, 11:32 am, Sébastien Richer sebastienric...@gmail.com wrote: Hi, I tried to search around for this but have'nt had any luck, so

[jQuery] Re: Opacity for a menu background, but not for the element inside

2008-12-12 Thread Jim D
You can use the CSS 'opacity' property. It accepts a value between 0.0 and 1.0. For example, if you wanted to set the opacity of an element to 40%, you would use: opacity: 0.4; However, in true MS style, you have to do something different to get it to work in IE. Internet Explorer accepts

[jQuery] Re: Submit a form automatically

2008-12-12 Thread Jim D
Do you have an example of the code you're using to load the form? On Dec 12, 11:02 am, Adam apcau...@gmail.com wrote: I have a dynamically created form that I'd like to submit automatically after it loads.  It doesn't look like forms have an onload event.  I would use the window onload, but

[jQuery] Re: Trouble with adding 'addClass' to an existing piece of Jquery code

2008-12-11 Thread Jim D
Oh, one more thing I forgot, change the .menu-on declaration to .menu- on a

[jQuery] ajaxForm works like normal flow

2008-10-07 Thread Jim
Once I clicked a submit button, my servlet is processing the data submitted through through ajaxForm. In the servlet I use the following code to write a string to response: -- PrintWriter out;

[jQuery] Re: Need help with jQuery array

2008-09-24 Thread Jim Davis
Rene, Thanks for your help. Your solution works great. Jim On Wed, Sep 24, 2008 at 6:54 AM, Rene Veerman [EMAIL PROTECTED] wrote: Give your UL tag an id 'menu', and replace your document.ready code with this: $(document).ready(function() { $('ul#menu li a').each (function

[jQuery] Need help with jQuery array

2008-09-23 Thread Jim Davis
will have about 10 items I want to change the script to use an array to minimize the code. What needs to be changed to use an array? Jim

[jQuery] I must be missing something simple...

2008-09-05 Thread Jim Buzbee
abbreviated and simplified version. Under IE, the alert function in the loop below comes up with Color: each time as if the find seems to be returning null. Does anyone have a suggestion? The same code can be found online at: http://batbox.org/bh.html Thanks, Jim Buzbee ... script type=text

[jQuery] Anyone know where to ask jQuery questions?

2008-09-05 Thread Jim Buzbee
no response on the mailing list. I must be in the wrong list. Is there somewhere to ask jQuery questions? Once again, the code in question can be found at: http://batbox.org/bh.html It works under firefox/safari, and doesn't under IE7 Thanks, Jim Buzbee

[jQuery] Re: Anyone know where to ask jQuery questions?

2008-09-05 Thread Jim Buzbee
is ok. I guess I'll need to look for a work- around. An example of the real (in progress) code can be seen at: http://batbox.org/The_white_nose_syndrome.html Jim Buzbee On Sep 5, 2:17 pm, Jake McGraw [EMAIL PROTECTED] wrote: Jim: See thishttp://dev.jquery.com/ticket/3143. Long story short

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
there for some feedback. It's currently floating around 10KB un-minified and well commented Cheers -- Jim Palmer ! [EMAIL PROTECTED]

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
: Mike Nichols wrote: sweet...i implemented natural sorting in tablesorter but it never got put in so I am thrilled to see it baked into your implementation... looks good Does the natural sort work with Unicode chars (Chinese, Norwegian, etc)? -- Jim Palmer ! [EMAIL PROTECTED]

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
work on testing this. Thanks again for the input! On Tue, Sep 2, 2008 at 9:36 AM, Jim Palmer [EMAIL PROTECTED] wrote: Guy, It appears that the natural sort works with unicode characters - at least in FF3. This is due to the fact that it uses the browser's built in comparison operators

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
, Jim Palmer [EMAIL PROTECTED] wrote: Alexandre, 1) Great point - I'm going to mess around with having more fixed dimensions. Nothing is fixed vertically and I want to toy around with text wrapping in an individual cell and see how that affects sizing and animation. 2) In the current

[jQuery] Fade() Function not Working on Flash Objects in Firefox

2008-08-26 Thread Jim D
Hello all, I have a page with an iframe inside of a div tag. In the iframe, I have a page with several flash objects. Each of the flash objects is a button that, when clicked, will load another page into the iframe. There is also functionality to show and hide the div containing the iframe.

[jQuery] Re: Fade() Function not Working on Flash Objects in Firefox

2008-08-26 Thread Jim D
Correction: I am having the same problem in Safari

[jQuery] Problems with Form Plugin

2008-08-19 Thread Jim Davis
it with all the tags but no change. Also, comment.php is set to read and write on the server. I'm using jQuery 1.2.6. Any suggestions? Jim www.jimdavis.org

[jQuery] Form Field

2008-07-07 Thread Jim Callender
://testbed.callendercreates.com/memory.png Thanks in advance for any tips, suggestions of fixes. Jim Callender

[jQuery] jQuery experts wanted

2008-05-13 Thread Jim R. Wilson
sure I didn't think of everything) I'll be happy to answer any questions, and I look forward to hearing from you! -- Jim R. Wilson (jimbojw)

[jQuery] How does $(document).ready() work?

2007-10-18 Thread Jim Spath
! - Jim

[jQuery] Re: jqDnR - jQuery 1.2 and Dimensions problem

2007-10-02 Thread jim
Brandon, as soon as you have a chance can you make a note in your documentation about how this plugin has changed (been integrated into core and/or what is needed for jQuery current/1.2)? I was trying to setup a new project and wasted a bunch of time thanks!

[jQuery] Re: strange slice and eq behavior with star ratings + jQuery 1.2.1

2007-09-25 Thread Jim Spath
('on').children('a').css('width', percent + %); Which forces an integer value to be passed to eq(). I'm not sure that this is a bug, but it is certainly not very friendly... On Sep 24, 4:38 pm, Jim Spath [EMAIL PROTECTED] wrote: There is a line in the (Wil Stuckey's) star ratings plugin that looks

[jQuery] strange slice and eq behavior with star ratings + jQuery 1.2.1

2007-09-24 Thread Jim Spath
return more than a single element? How can this possibly occur? - Jim

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-14 Thread Jim Marion
I did some looking at the code. The $.load in 1.1.4 and 1.2 actually does eval scripts on IE without adding evalScripts back into the lib. The eval is in the domManip. It looks like $.load calls .html which calls .append. append calls domManip. The only problem is that the code doesn't do a deep

[jQuery] Trouble with Klaus Hartl's Tabs Plugin Customization... even possible?

2007-08-06 Thread Jim Newfer
for any other images? If someone could please elaborate on how to change the tab to a smaller image or modify it in any way that would be great, because frankly, I just flat out don't understand how this is working. Sincerely, Jim

[jQuery] Trouble with Klaus Hartl's Tabs Plugin Customization... even possible?

2007-08-06 Thread Jim Newfer
for any other images? If someone could please elaborate on how to change the tab to a smaller image or modify it in any way that would be great, because frankly, I just flat out don't understand how this is working. Sincerely, Jim

[jQuery] Unable to replicate what seems like a simple element via jQuery

2007-08-03 Thread Jim Newfer
['Story']['id']; ?) /div /div /div /div Any advice is GREATLY appreciated. Sincerely, Jim

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-08-01 Thread Jim Newfer
Dylan, Thanks, I think I sort of have it figured out. Right now I have it working which is great, although doing what you did, I am only able to do it if I include the ID visually in the list, is there a way around this to get it to not show, but still retrieve that value? Thanks, Jim On Jul

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-30 Thread Jim Newfer
, Jim Newfer [EMAIL PROTECTED] wrote: Matt: Ah, of course ! Here ya go ;) $(div.vote_against_selected).click(function(){ //first load content $(div.storyinfo).load(/stories/vote/1/ + $storyid); //then set up new value to display $first_new_votes_for = $votes_for * 1 + 1

[jQuery] An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-07-30 Thread Jim Newfer
if anyone has any suggestions that would be GREAT! As I really do not know where to go from here :) Thank you. Sincerely, Jim

[jQuery] Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
the .click() function 100 times over to allow the user to click on it again! Could someone please point me in the correct direction or offer some advice? Thank you, I appreciate your time. Sincerely, Jim

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
really be helpful here. You can copy any paste, just change any info like URLs that you dont want us to know. Its hard to describe a block of code using a paragraph of text :P On 7/29/07, Jim Newfer [EMAIL PROTECTED] wrote: Hello everyone, I am quite new to jquery but love its ease of use! I

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-29 Thread Jim Newfer
Matt: Ah, of course ! Here ya go ;) $(div.vote_against_selected).click(function(){ //first load content $(div.storyinfo).load(/stories/vote/1/ + $storyid); //then set up new value to display $first_new_votes_for = $votes_for * 1 + 1; $first_new_votes_against = $votes_against * 1 - 1; if

[jQuery] Re: Is it possible so scroll all the way to the end a div overflow: scroll; ?

2007-07-25 Thread jim
Yes you can. It's best to scroll past the bottom because that will be sure to compensate for possible errors in offsets as you compute the height. At least I think I had to do this in one case once upon a time. In firefox this will scroll you to the bottom of www.nytimes.com:

[jQuery] Re: Is it possible so scroll all the way to the end a div overflow: scroll; ?

2007-07-25 Thread jim
this should have been overflow-y (the bottom of something is on the y- axis) I'm assuming in all this that youre using the css: overflow:scroll or overflow-x:scroll for the thing you want to scroll to the bottom of

[jQuery] Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
I'm sure this is a very basic question but I cannot seem to get my head around it. When I configure the tabs plugin, I have everything installed correctly, I call upon the main js file, and then include this before my layout, $(document).ready(function() { $('#container').tabs(); }); But to

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl [EMAIL PROTECTED] wrote: Ganeshji Marwaha wrote: The tabs plugin expects the html markup in a certain structure... Recently the plugin has more flexibility towards the markup structure, nevertheless, you need to set that up correctly in order for it to

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl [EMAIL PROTECTED] wrote: Ganeshji Marwaha wrote: The tabs plugin expects the html markup in a certain structure... Recently the plugin has more flexibility towards the markup structure, nevertheless, you need to set that up correctly in order for it to

[jQuery] Re: $(document).unbind('ready');

2007-06-20 Thread jim
Didn't realize document.ready wasn't an event...thanks Mike I can think of solutions to the problem but in general was trying todo something like: // in default library $().ready(function(){ /* do generic things */ }) // in optional asset (if present) $().ready(function(){ /* cancel the 'do

[jQuery] Re: $(document).unbind('ready');

2007-06-20 Thread jim
Is it possible to change this behavior in jQuery so that the $ (document).bind('ready'... and unbind methods work (more) like other events? thanks, Jim