[jQuery] Re: how to query for words with special (UTF-8 encoded) characters?

2009-09-18 Thread Dark

Hi:

If you're still interested in the solution of the autocomplete
encoding, I suggest you to visit this link:

http://www.autonecrologia.net/?p=422

My English isn't very well but I think you understand me

Bye

On 25 ago, 07:41, Adriano Varoli Piazza  wrote:
> On 24 ago, 17:46, Adriano Varoli Piazza  wrote:
>
> > I'd like to bump this up. I'm trying to implement a dynamic form, and
> > I need to query for words containing (in this particular case) ñ.
>
> > Example:
> > I want to query for the city 'Añatuya'.
> > - typing in 'aña' doesn't find it.
> > - typing in 'ana' displays the word, but without the 'aña' sequence
> > highlighted. (other returned strings that do contain 'ana' are
> > properly highlighted).
>
> > - firebug tells me the query string sent 
> > ishttp://localhost/alabern/autocomplete/prov.php?q=a%C3%B1a&limit=1000&;...
>
> I was able to solve this simply by using utf8_decode() (php here, if
> you didn't notice) on the q string passed to the action. Simpler than
> it appeared.
>
> --
> Saludos
> Adriano


[jQuery] Problems with dependent selects and accents

2009-03-04 Thread Dark

Hello!

I have some problems with my jquery!

When I select one option with accent in my combo, the ajax don't
work!.

The page is:

http://www.ibcperu.org/sicnabd/index2.php

Please, could you help me??

Thks!


[jQuery] jQuery injecting problem

2008-07-14 Thread Sam Dark

Hello, everyone!

I need some help.

I'm trying to inject jQuery into the page using a bookmarklet (http://
www.learningjquery.com/2006/12/jquerify-bookmarklet).

It works with all pages except this one:
http://www.laist.com/2008/02/08/bansky_banksy_a.php

giving me

"jQuery(window).bind is not a function" error.

Any suggestions?