[jQuery] jQuery form Validation plugin with JSP

2009-11-02 Thread Felix
;); } } %> I would like to know what did I do wrong such that email is not using the result from emails.jsp when making a remote validation. Thanks, Felix

[jQuery] jQuery Accessible RIA

2009-10-19 Thread Felix Nagel
://wiki.github.com/fnagel/jQuery-Accessible-RIA yours Felix Nagel ps: Would be nice if you could post, tweet or talk about it :-)

[jQuery] Re: Event click not fired by code added after the page is loaded

2009-08-14 Thread Felix
Ok, I answer myself as I founded the answer, in case it can help someone: instead of $(".addanswer").click(function(event){});, put: $(".addanswer").live("click", function(){...}); On 14 août, 10:46, Felix wrote: > Hello, > > I have a page with a

[jQuery] Event click not fired by code added after the page is loaded

2009-08-14 Thread Felix
Hello, I have a page with a form, that represent questions and the corresponding answers. I defined the minimum questions, answers, and their maximum. So I added a link in the form to add question (along with the minimum amount of answers), and a link per question to add an answer in it. the "cl

[jQuery] Re: select input within a table cell with wildcard

2008-12-10 Thread Felix
re > direct children of the parent > > drop the ">" and your jQuery code should work fine > > On Dec 10, 9:21 pm, Felix <[EMAIL PROTECTED]> wrote: > > > Hi all, I am running into the following prob

[jQuery] select input within a table cell with wildcard

2008-12-10 Thread Felix
Hi all, I am running into the following problem.   

[jQuery] dynamically generated form

2008-10-16 Thread Felix
the action is going to be preserved? Thanks, Felix

[jQuery] Re: Looking for a pop window to use for editing data in a table

2008-10-10 Thread Felix
I am interested in it as well. Also, if it is possible to pass data to and from the modal dialog when it is created? Can you give some detail description? Thanks On Oct 10, 4:33 am, MorningZ <[EMAIL PROTECTED]> wrote: > Well, the UI Dialog (and jqModal) are just 's, so they are part > of the pag

[jQuery] Re: JQuery Form Plugin and json

2008-09-10 Thread Felix Halim
Does jQuery provides a way to convert to JSON string? Felix Halim On Tue, Sep 9, 2008 at 10:22 PM, Mike Alsup <[EMAIL PROTECTED]> wrote: > >> > I'm using the jQuery Form PlugIn(http://www.malsup.com/jquery/form/) >> > to handle my Forms. I like it, but I have a q

[jQuery] Re: Superfish

2008-08-21 Thread felix
Thank you very much... I tried this with another script, but at this point i didn't work. Now it's working! Thanks again! On 21 Aug., 03:33, ak732 <[EMAIL PROTECTED]> wrote: > Try adding "position:relative" and "z-index:1" to your top_menu css.

[jQuery] Superfish

2008-08-20 Thread felix
menu item I can't get it working to show the menu outside the div. Could someone give me a idea? It works in FF and Safari... But IE (6.0 & 7.0) don't work... Thanks in advance... Felix (Germany)

[jQuery] Re: required jquery version

2008-06-27 Thread Felix Schwarz
MorningZ schrieb: > Right from the changelog (http://jquery.bassistance.de/autocomplete/ > changelog.txt): > > "* Updated package to jQuery 1.2.5, removing dimensions" > > older versions (not exactly sure how old though) didn't have the > dimensions built in Thanks for your answer. :-) So I hop

[jQuery] [autocomplete] Display a busy indicator?

2008-06-27 Thread Felix Schwarz
Hi, I use the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ There is something I could not figure out: Is it possible to show an busy indicator while the results are fetched from a remote server? thanks, fs smime.p7s Description: S/MIME Cryptograph

[jQuery] [autocomplete] Display a busy indicator?

2008-06-27 Thread Felix Schwarz
Hi, I use the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ There is something I could not figure out: Is it possible to show an busy indicator while the results are fetched from a remote server? thanks, fs

[jQuery] [autocomplete] custom parse function

2008-06-27 Thread Felix Schwarz
Hi, still using the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Currently the script expects by default that the response contains the data as "visible text|other data" with one item per line (at least this is what I figured out from reading the sourc

[jQuery] [autocomplete] custom parse function

2008-06-27 Thread Felix Schwarz
Hi, still using the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Currently the script expects by default that the response contains the data as "visible text|other data" with one item per line (at least this is what I figured out from reading the sour

[jQuery] [autocomplete] required jquery version

2008-06-27 Thread Felix Schwarz
Hi, http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ states that the required version of jquery is 1.2.6. Is there a list why 1.2.6 is necessary? I write a trac plugin and trac 0.11 only ships 1.2.3 but I don't like to/can't insert my own version of jQuery. fs

[jQuery] Re: remove() deletes events in jQuery 1.2.1. Why?

2007-11-07 Thread Felix Geisendörfer
nternal event system and knows about its scope so its not trying to bind stuff whenever some dom manipulation method is run. Anyway thanks alot for the explanations!! -- Felix -- Blogger: http://www.thinkingphp.org/ Entrepreneur: http://www.posttask.com/ /-- currently in pri

[jQuery] Re: SITE: http://www.foodnetwork.com/

2007-11-06 Thread Felix Geisendörfer
entually people will be like Moo...jo...proto...what : )? (Dojo might be an exception actually, I can see reasons people would want to use dojo). -- Felix -- Blogger: http://www.thinkingphp.org/ Entrepreneur: http://www.posttask.com/ /-- currently in private beta, as

[jQuery] remove() deletes events in jQuery 1.2.1. Why?

2007-11-06 Thread Felix Geisendörfer
e anti-memory leak thingy? Thanks a lot, -- Felix -- Blogger: http://www.thinkingphp.org/ Entrepreneur: http://www.posttask.com/ /-- currently in private beta, ask me for invite / password/ Freelancer: http://www.fg-webdesign.de/ AIM:theundefined87 Skype: TimeFor23 Other I

[jQuery] Faster then innerHTML

2007-09-12 Thread Felix Geisendörfer
inserting stuff via innerHTML. I could see how this would be a need addition to jQuery. -- Felix PS: If you like regex make sure to subscribe to this guys blog, he has some mad skills going on. -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de

[jQuery] Re: NSFW: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Felix Geisendörfer
Ah, yeah, sorry about that. Should have used [NSFW] but I thought the title and description would indicate that the content therein might be too racy for certain environments. And you also missed the [No save for coffee] warning as I almost spilled mine while reading this ; ). -- Felix

[jQuery] Re: jQueryCamp '07 (Boston)

2007-09-07 Thread Felix Geisendörfer
I'm in the states for 3 months now so I'll try to come as well. Any recommendations for places to stay in Boston? -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Rey Bango wrote: Can we get a webcam so folks can log

[jQuery] Re: New plugin - Lazy Load

2007-09-03 Thread Felix Geisendörfer
Very cool! That's a great idea to save traffic and optimize load times on image heavy pages. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Mika Tuupola wrote: Little something I worked on sunday. http://www.appelsiin

[jQuery] Re: Instant Messaging Capabilities

2007-09-02 Thread Felix Geisendörfer
7;donate' $0.01. The idea is that the "buyer" shows that he "values" whatever he is interested in and is willing to make whatever big (commercial) effort to honor it. I'd be interested in what you guys can come up with in terms of a new label / term for it? Donati

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-08-30 Thread Felix Geisendörfer
I saw that, but I want to actually display the calendar itself, not just on popup, but fully displayed. AFAIK kevin's plugin is capable to do this. See: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendar.html -- Felix -- My Blog:

[jQuery] Re: Select all elements except the first and the 3 last ones?

2007-08-29 Thread Felix Geisendörfer
, hoping none of the virtually several hundred JS enhanced pages won't break is not in reach right now ; ). Anyway, thanks for the tip I'll keep it in mind : ). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de John R

[jQuery] Select all elements except the first and the 3 last ones?

2007-08-29 Thread Felix Geisendörfer
ld come up with something cooler : ). (I know that giving the elements I'm looking for a class name is probably the desirable solution in the long run but I'm interested in the problem itself and changing the markup is cheating ^^) -- Felix -- My Blog: http

[jQuery] Re: One callback for two ajax requests

2007-08-16 Thread Felix Geisendörfer
------- Hmm, I guess I should have and eventually will make a blog post about this. Meanwhile I hope you or somebody else finds it useful : ). -- Felix -- My Blog: http://www.thinking

[jQuery] Re: App similar to Google Homepages

2007-08-14 Thread Felix Geisendörfer
A bit dated, but maybe kind of what you are looking for: http://sonspring.com/journal/jquery-portlets -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote: Hey all...   I'm in the proce

[jQuery] Re: $.clone

2007-08-05 Thread Felix Geisendörfer
tically return true for objects that have the constructor Object (somebody correct me if I'm wrong). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de weepy wrote: BTW: you are missing a final ")" 2 comments : 1) I t

[jQuery] Re: $.clone

2007-08-05 Thread Felix Geisendörfer
= (deep == true) ? obj[p] : $.clone(obj[p], deep); } } return clone; } -- I'm interested to hear

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Felix Geisendörfer
You rock! I cannot imagine working without your plugin on complex/fancy UI stuff anymore ; ). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Brandon Aaron wrote: The 1.0 release of Dimensions is finally here. It has been a long

[jQuery] Re: Proud Daddy's First Pic

2007-07-20 Thread Felix Geisendörfer
John Resig is a proud daddy: http://flickr.com/photos/jeresig/859737702/ Haha. And his child already has a massive cult-following - can't beat that, uh? -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Rey Bango wrote:

[jQuery] Re: Announce: Confirmer plugin

2007-07-17 Thread Felix Geisendörfer
Cool idea. Just add support for a class that's being added to the button when in 'confirm' mode - otherwise there is no way to visually highlight this new UI approach for the user ; ). -- Felix -- My Blog: http://www.thinkingphp.org My Business

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Felix Geisendörfer
Alternately, does anyone know of some reliable piece of software which does this same sort of thing, but maybe cheaper? Google Analytics - it's free. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Felix Geisendörfer
decoupled from it or alternatively rewritten in any other language). http://www.thinkingphp.org/2006/06/19/google-analytics-php-api-cakephp-model/ -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote: We wouldn&#x

[jQuery] Re: Site Offline?

2007-07-16 Thread Felix Geisendörfer
ails and are chronically depressed because their inbox is always empty. Has worked great for me in the past : ). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de John Farrar wrote: > > Rey, > > I have over 1000 emails a day

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Felix Geisendörfer
> > BTW, a basic one is provided in the archive for testing purposes. Oh in that case nevermind my last post. I guess the proxy.php is alright for *local* testing. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Jean-Fr

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Felix Geisendörfer
> > Nifty idea, but this will only work within a single domain, right? > No there is a proxy.php file to the package that allows you to load RSS files from other sites. Or just read the files locally on his server if you get bored (hint: check the fopen call : ).

[jQuery] Re: Interested in porting another DOM creation plugin?

2007-07-13 Thread Felix Geisendörfer
things. I'll post > some results as soon as I have something worth showing. I really miss look-behind too! Maybe this could be hacked, but that's a rather ambitious goal ; ). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesig

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-13 Thread Felix Geisendörfer
> function e.g. has(): Another point I agree with you, 'has' does seem like a better name for operating on a set of elements. Would be nice to hear some of the devs comment on this, but I guess we are on the wrong list with this discussion as there also is a dev list I think.

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-12 Thread Felix Geisendörfer
earn factor (besides it's superiority and beauty that is : ) and think this could be a good addition to it. > ... > ... > > $('div').hasClass('myClass'); > > What should this return now? It should return true. That's because $('a').attr(&

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
ctions: They empower the artist (who does not read the complete docs before getting started) and don't hurt the scientists What a rant ... haha Anyway, interesting discussion and good arguments, -- Felix -- My Blog: http://www.thinkingphp.org My Business: http

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
, I actually am fine with using get() that one time. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Klaus Hartl wrote: > > Felix Geisendörfer wrote: >>> Felix, not to worry, there's nothing wrong at all with

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
I think is() is beautiful as well and there is nothing wrong with .length. However both pose a certain barrier for something new-comers will possibly try to do quite often. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Fil wrote: >

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
en a plugin won't really help you a lot unless it's very app-specifc. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Erik Beeson wrote: > > In fact, if you find yourself doing a lot of if(something exists) { > ...

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
> > But I don't think we disagree at all. I wasn't talking about .get() with no > arguments, but rather .get(n) and .size(), which are just slower synonyms > for [n] and .length. Yeah I agree with you on that. I just read: 'we should get rid of the get() function

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Felix Geisendörfer
g you for it, it's counter-intuitive (if you don't know objects always evaluate to true) but that's how JS works. So an exists() function could could probably help people avoiding this mistake. (Your other example where using [0] is a workable solution however) -- Feli

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-09 Thread Felix Geisendörfer
> Felix, not to worry, there's nothing wrong at all with using .length > - and it is obviously faster than a function call. I figured that by now. I think Matt was much better at explaining why I think an alternative exists() function is useful - it simply is the most intuitive

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-09 Thread Felix Geisendörfer
bably just something that should be put in the manual somewhere (if it isn't already in there and I missed it). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Sean Catchpole wrote: > > I believe that learning jquery

[jQuery] Syntactic sugar for checking whether an element exists

2007-07-09 Thread Felix Geisendörfer
-- $('#my-element').is('*') ? (Besides that it's probably inefficient *g*) -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de

[jQuery] Re: Naming Conventions

2007-06-28 Thread Felix Geisendörfer
is. When I started using jQuery I would discover functions by virtually guessing their names and only use the API if that resulted in an error. So I'm going to vote for mask() again ; ). -- Felix -- My latest blog posts: My Business: http://www.fg-webdesign.de

[jQuery] Re: Naming Conventions

2007-06-28 Thread Felix Geisendörfer
I like it simple: [x] .mask [  ] .maskInput -- Felix -- My latest blog posts: My Business: http://www.fg-webdesign.de Josh Bush wrote: As my masked input plugin approaches 1.0, I'm noticing that my plugin isn't following the conventions of

[jQuery] Re: Image resizing

2007-06-24 Thread Felix Geisendörfer
erPosition(myDiv.width(), myDiv.height(), $screen.width(), $screen.height())); See if that helps, -- Felix -- My latest blog posts: My Business: http://www.fg-webdesign.de Glen Lipka wrote: Felix Geisend hooked me up with some code, which seemed to work perfectly.

[jQuery] Re: Overlay plugin?

2007-06-23 Thread Felix Geisendörfer
ctWidth * $ratio);     $new_height = ceil($objectHeight * $ratio);         return array($new_width, $new_height); } ---- HTH, Felix -- My l

[jQuery] Re: Ajax validation preview

2007-06-23 Thread Felix Geisendörfer
Excellent work Jörn. Thanks a lot. -- Felix -- My latest blog posts: My Business: http://www.fg-webdesign.de Web Specialist wrote: Congratulatiosn Jorn. Once more. Your ajax validation option is very very goog approach! I'll try your 1.2 version and

[jQuery] Re: Masked Input Plugin RC1a

2007-06-22 Thread Felix Geisendörfer
$('tr[td]').task('field', 'value'); -> calls $.fn.task.fn.field(value) --- Anyway, keep up the good work and thanks for the improvement, -- Felix -- M

[jQuery] Adding custom selectors via a plugin

2007-06-20 Thread Felix Geisendörfer
--- instead of $('#tasklist tr[td]:nth-child(3)')     .task('field', 'name', 'New Task name')     .task(&#

[jQuery] Selector quirks?

2007-06-20 Thread Felix Geisendörfer
Hey folks, real quick question, the following selector: $('tr[td]:nth-child(2)') Always returns the 2nd that is found but not the 2nd that contains a . Is this expected behavior or a possible bug? Thanks for feedback, -- Felix -- -- My latest blog post

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Felix Geisendörfer
mmunity, > and how awesome it is. I somehow fail to do this : (. I tend to threaten people if they don't convert to the one true religion of the almighty jQuery. However folks (/victims) from #cakephp will testify that I've got quite a good conversion rate

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Felix Geisendörfer
.3 will bring. But what I'm trying to communicate is that it's not an easy job to actually interpret the results coming from those speed tests and hence one should be very careful when using them to make a point for one lib being faster then another. -- Felix Geisendörfer

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-12 Thread Felix Geisendörfer
On an (un)related note: Is anybody having rendering quirks with the Safari 3 beta on Win XP? I just noticed that a couple sites of mine that I thought would render well in Safari are messed up. Even Google Ads seems to be affected. Anybody with similar problems? -- Felix PS: Click on the

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Felix Geisendörfer
-- Felix -- http://www.thinkingphp.org http://www.fg-webdesign.de Andy Matthews wrote: I have SERIOUS, SERIOUS doubts that there are 18 million people using Safari. I doubt there are that many people using Macs to be perfectly honest

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-21 Thread Felix Geisendörfer
Detecting if JavaScript is enabled is actually fairly straightforward. No need to make it so complicated. Well I think this thread is about how to detect if JS is enabled on the Server-side ; ). Your method of course is the way to go if all one needs is to display a msg to the user. -- Felix

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Felix Geisendörfer
requested via Ajax or not ; ). Note: This is nothing the XMLHttpRequest adds itself, but I know jQuery and also Prototype do it for all their ajax requests for you. -- Felix -- http://www.thinkingphp.org http://www.fg-webdesign.de