[jQuery] (validate) condition subsets (multiple submit buttons)

2009-12-17 Thread Jacob
(abstract) So, I have a form with multiple submit buttons. The different submission types require different subsets of data input within a single form, and therefore have different requirements as to what is required. All of the examples for the validation plugin involve all values in a form

Re: [jQuery] IE radio button show nothing after click or change

2009-11-19 Thread Jacob Siu
Thanks. I figure it out later On Thu, Nov 12, 2009 at 1:35 PM, Andrei Eftimie k3liu...@gmail.com wrote: I'm not sure about this right now, but from memory, IE will change the value after the element has loses its focus. On Thu, Nov 12, 2009 at 7:54 PM, 2daughtersdad jacob@gmail.com

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-29 Thread Jacob
, Jacob jste...@gmail.com wrote: I recently had the same problem of links sorting by the URL, but I discovered that if I removed all the white space within the cell in my HTML it would sort by the text and not the URL. I don't know if that will help you with em tags as well, but it solved

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-27 Thread Jacob
I recently had the same problem of links sorting by the URL, but I discovered that if I removed all the white space within the cell in my HTML it would sort by the text and not the URL. I don't know if that will help you with em tags as well, but it solved the problem for links for me. On Oct

[jQuery] how to set array value????

2009-10-23 Thread jacob
hello? Today, I have met something odd experience during developing web application based on Ruby on Rails and Jquery. When I set some value by next code, jQuery('#branch_address').val(address_val); it seems to work as I expected. Because the value that I set by jQuery's 'val' function appear

[jQuery] Re: how to set array value????

2009-10-23 Thread jacob
are probably right that the name of the input control is your problem: name=branch[address] I wonder if your server side code is seeing the brackets escaped or unescaped. Can you rename the control? On Oct 23, 9:22 am, jacob ygpa...@gmail.com wrote: hello? Today, I have met something odd

[jQuery] Re: How to create an Add New Option option to a select list

2009-10-13 Thread Jacob
/dynamic-select-edit-in-place/ And see a demo at: http://www.jacobterry.com/editinplace.php Jacob On Oct 12, 10:05 pm, Charles jcha...@gmail.com wrote: Hello all, I have a form that uses jeditable to edit-in-place several fields and select boxes. Everything is working great. Now I need

[jQuery] Re: New Edit-in-Place Plugin with dynamic selects, datepicker

2009-09-10 Thread Jacob
@googlegroups.com Sent: Tuesday, September 08, 2009 2:51 PM Subject: [jQuery] Re: New Edit-in-Place Plugin with dynamic selects, datepicker Planning on adding a demo page anytime soon?  I'd like to check it out On Sep 8, 4:21 pm, Jacob jste...@gmail.com wrote: I've created a new edit-in-place

[jQuery] New Edit-in-Place Plugin with dynamic selects, datepicker

2009-09-08 Thread Jacob
I've created a new edit-in-place plugin that is a modified version of Dave Hauenstein's. It allows for selects that are generated at the point when the editor is created, rather than on page load, as well as the option to switch the select to an input box for adding values not currently in the

[jQuery] Re: Cannot call a function within the callback part of $.get in IE7

2009-03-31 Thread Jacob
I replied earlier that I had the same problem. I got my problem resolved - the issue was in my external function, which had the IE extra comma problem. Maybe there is a similar situation with your code. On Mar 22, 6:40 pm, zephyr marc.at.comp...@gmail.com wrote: Hi, I make Ajax ($.get)

[jQuery] Re: Cannot call a function within the callback in IE7 [2]

2009-03-30 Thread Jacob
I'm having this exact same issue. Did you ever get it resolved? Jacob On Mar 23, 2:13 pm, zephyr marc.at.comp...@gmail.com wrote: Hi, I make Ajax ($.get) calls and in the calback part I call a function defined elsewhere. In FireFox this is no problem. When I checked in IE however I kept

[jQuery] Re: jQuery Storage?

2009-02-17 Thread Jacob Jarquin
Hi, Flash uses local shared object to store data, in order to make the comunication between javascript and flash you can use ExternalInterface to make flash functions available to javascript, something like this. -- FLASH function SaveFlashFunction(valor:String):Void { var

[jQuery] USING FLASH + ACTIONSCRIPT CALLBACK FUNCTION.

2009-01-22 Thread Jacob Jarquin
Hi, The problem i faced when i use iframes to post data is that i can not send information to parent frame (like a json response) if the url of the iframe is different. You can use Flash + actionscript to POST DATA crossdomain. You only need a crossdomain file policy in your server web root.

[jQuery] Chaining animations and other actions

2008-06-23 Thread Jacob Rasmussen
tried different kinds of queues, but nothing really seem to work, what am I missing? Thanks in advance :) - Jacob

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Hey Joel, Thanks for the excellent and clear response. I personally really appreciated the detail and thoroughness of it. Good luck on implementing the function call(s) and thanks for continuing to refine your extremely handy plugin. Cheers, Jacob Stuart On Sep 16, 11:25 pm, Joel Birch [EMAIL

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
. One thing I wasn't able to test was how well the function call works with nested menus (my implementation only has a single level drop down). Thanks again for all your help and work. Jacob Stuart On Sep 17, 11:19 am, Joel Birch [EMAIL PROTECTED] wrote: Thanks Jacob. I wondered if you would

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-14 Thread Jacob Stuart
Thanks for the reply Joel. If it is indeed something that isn't really needed then you can take all the time you need ;). Cheers, Jacob Stuart On Sep 14, 6:06 am, Joel Birch [EMAIL PROTECTED] wrote: Hi Jacob, I don't have time right now to reply in as much detail as I would like, but I

[jQuery] Re: FCKeditor replacement which works in Safari

2007-09-14 Thread Jacob Stuart
I played around with tinyMCE (v 2.1.0) a few months back and really enjoyed it: simple and lightweight. However I ran into a bug that made it impossible for me to use in the application I was developing. If a user is browsing with IE and Content Advisor enabled (in Tools Internet Options then

[jQuery] Re: .click() issue in FireFox

2007-09-12 Thread Jacob Stuart
). So maybe it is a bug since it works in IE and not FF (seems backwards, eh?). Cheers! Jacob Stuart Fellow Web Developer On Sep 10, 4:54 pm, George Blouin [EMAIL PROTECTED] wrote: I have rows of data that look like this tr class=MainRow onmouseover=this.className = 'Highlight'; onmouseout