[jQuery] Re: From plugin and submit

2009-03-02 Thread Kaare Rasmussen
Mandag 02 marts 2009 19:01:26 skrev Mike Alsup: > Yes, use ajaxForm instead of ajaxSubmit. Note that with ajaxForm you > do *not* bind the submit event. Thanks. Bad RTFM from my side.

[jQuery] From plugin and submit

2009-03-02 Thread Kaare Rasmussen
Hi When trying out the Form plugin (http://malsup.com/jquery/form/) I have this $('#myform').submit(function() { $(this).ajaxSubmit({ url:'/some/generated/value', }); return false; }); Which works fine, except the value of the submit button is

[jQuery] Wanted: Autocomplete that doesn't change

2009-02-25 Thread Kaare Rasmussen
Hi I want to find an autocomplete plugin that doesn't fire the current field's change event (as I hook up on that) when it's building the list to choose from. Does such a plugin exist?

[jQuery] Autocomplete and change event

2009-02-23 Thread Kaare Rasmussen
Hi I've been using this autocomplete plugin http://www.pengoworks.com/workshop/jquery/autocomplete.htm for a while. It's been doing its job, but now I want to add a change event to that field, so - Autocomplete finds the value and - change event does some calculation based on that value (or the

[jQuery] Re: editable grid?

2008-05-12 Thread Kaare Rasmussen
Think I'm out of luck here, but I'm looking for a grid system that has bells and whistles similar to flexigrid (http://webplicity.net/flexigrid/), but with the ability to edit the cell contents. Some cells would be simple text, while others would need to be look up lists ( tags are fine)...

[jQuery] Re: jqGrid final preview

2008-03-08 Thread Kaare Rasmussen
ing together? I plan to add the latter to another project where I will use jqGrid. -- Med venlig hilsen Kaare Rasmussen, Jasonic Jasonic Telefon: +45 3816 2582 Nordre Fasanvej 12 2000 Frederiksberg Email: [EMAIL PROTECTED]

[jQuery] Re: ExtJS

2007-12-03 Thread Kaare Rasmussen
Looks good, but perhaps not quite there yet. E.g. no edit option for the tablesorter. Also, it was incredible slow on Konqueror (Safari engine). > http://ui.jquery.com > > On 12月3日, 下午8时36分, "Kaare Rasmussen" <[EMAIL PROTECTED]> wrote: > > Inspired by th

[jQuery] ExtJS

2007-12-03 Thread Kaare Rasmussen
Inspired by this Christmas Calendar (http://catalyst.perl.org/calendar/2007/1) i want to ask for input regarding ExtJS vs. jQuery. The ExtJS overview and demos are very straight forward and rather impressive at a glance. I guess that what makes the biggest impression is that the library see

[jQuery] Re: Edit database rows

2007-11-22 Thread Kaare Rasmussen
xy of your postgres database. That way, the jquery plugin will be able to access that page when trying to create / edit / update rows. Hope it helps! Luciano. On Nov 21, 6:39 pm, Kaare Rasmussen <[EMAIL PROTECTED]> wrote: Hi I need to edit a number of rows from a Postgres database in o

[jQuery] Edit database rows

2007-11-21 Thread Kaare Rasmussen
Hi I need to edit a number of rows from a Postgres database in one go. As I can see, http://jquery.com/plugins/project/jqGridView could be a good plugin to use. Is it? Any other options wit jQuery? -- Med venlig hilsen Kaare Rasmussen, Jasonic Jasonic Telefon: +45 3816

[jQuery] Re: PerlJQuery

2007-04-02 Thread Kaare Rasmussen
> I have released PerlJQuery V1.02, a Perl interface to jQuery. > > It implements Accordion, ClickMenu, Forms, Pane Splitter, Tabs, Taconite > (Ajax), TableSorter, and Treeview. Certainly very interesting. One day when I have time (YR), I'll test it out. -- Med venlig hilse