[jQuery] Re: JQUERY & UTF8

2007-09-22 Thread chali
Hi Mohamed, I used to have the same problem on spanish characters like á, ñ, etc. I solved ti using the PHP function utf8_encode when printing the ajax response. ie: source of ajax_get_proyectosfotos $sql = "SELECT pfFile, pfDesc FROM proyectosfotos WHERE proID =

[jQuery] Re: Now, what does this *really* mean?

2007-09-19 Thread chali
Rick, you can use jQuery (javascript) in every hosting company. Those you mention are server side technologies, and jQuery is a client-side technology. The limitation for running jQuery is your browser, or the browser that the people that visit your site uses. :) Chali On Sep 18, 8:31 pm

[jQuery] Two comments/questions about Jörn's autocom plete plugin.

2007-08-01 Thread chali
First I've to say that this plugin is a great piece of work and i'm using it in many of my projects. This time I need to implement it with a few modifications. My first question is: Is there a way to trigger a function when no results are found? I didn't find it in the documentation. Maybe with

[jQuery] Disabling jquery.autocomplete.js

2007-07-18 Thread chali
working :( Any help? thanks! chali

[jQuery] Re: new plugin - columnManager

2007-04-02 Thread chali
Really nice pluguin :) thanks for sharing it Roman On Apr 2, 4:08 pm, Roman Weich <[EMAIL PROTECTED]> wrote: > Hey all, > > I've created a plugin to toggle the visibility state of whole table > columns (collapsing and expanding them). Also it can remember the last > state using the cookie-plugin