(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 being
Thanks. I figure it out later
On Thu, Nov 12, 2009 at 1:35 PM, Andrei Eftimie 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
> wrote:
> > In IE7 my radio button do
es or newlines (hitting enter) in the HTML
between the opening and the closing then it would sort properly.
Just my experience.
On Oct 27, 11:58 am, ChaosAD wrote:
> Not entirely sure what you mean by removed all the white space. Could
> you please elaborate.
>
> On Oct 27, 11:39
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 tags as well, but it solved the problem for
links for me.
On Oct 27, 7
ote:
> I *think* you 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
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 on
code.google.com/p/dynamic-select-edit-in-place/
And see a demo at:
http://www.jacobterry.com/editinplace.php
Jacob
On Oct 12, 10:05 pm, Charles wrote:
> Hello all,
>
> I have a form that uses jeditable to edit-in-place several fields and
> select boxes. Everything is working great.
lish)"
> 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 wrot
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 se
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 wrote:
> Hi,
>
> I make Ajax ($.get) calls and in the calback
I'm having this exact same issue. Did you ever get it resolved?
Jacob
On Mar 23, 2:13 pm, zephyr 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 k
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 so:SharedObjec
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.
until it
is going to be shown again.
So i've tried different kinds of queues, but nothing really seem to
work, what am I missing?
Thanks in advance :)
- Jacob
probably aren't worth it. I think the one function call after
revealing is sufficient.
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
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
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 th
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
Hey Chris,
If the latter example you gave adds the class to li, you could simple
do:
$("ul li:only-child").parent().addClass("solo");
However, looking at your first example and the API for only-child
and :has, it looks to me like the syntax for the first statement
should wo
be nice to have hooks to put functions at
the end of showSuperfishUI and hideSuperfishUI). Is this sort of
functionality something that might be worked into Superfish in the
future?
Thanks for the great work.
Jacob Stuart
sing should work (at least
conceptually to me). 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
>
&g
21 matches
Mail list logo