[Mono-list] JQuery

Simon Lindgren simon.n.lindgren at gmail.com
Sat Aug 27 09:34:53 EDT 2011


You need to describe your problem better.

What are you trying to achieve, which web development framework are you
using, which server software(s) is part of the request handling etc.

Small (but reasonably complete) code snippets also helps the
understanding of your problem.

tor 2011-08-25 klockan 22:11 +1000 skrev jupiter.hce at gmail.com:
> Hi,
> 
> I am running mono 2.10.2 version on Linux web server, it seems that the Jquery 
> is broken when I transferred a string contained on "&" or "=" or
> space from client javascript Jquery via ajax.
> 
> On server side, the "=" was replaced by "+", the "=" and all
> characters after the "=" were cut off (like base64 padding), and the
> server returned undefined object for "&".

What do you mean by "the server returned undefined object for "&""?

> 
> I set the dataType to "json". According to the Jquery API, the ajax
> automatically formats non-string object to JSON format and serialises the data 
> via ajax.
> 

Look at the data transferred by using the "net" tab of firebug or
similar tool. Is that data correct?

> I guess the mono integrates the JQuery package to the mono package,
> which version of the Jquery is in mono 2.10.2?
> 

AFAIK, mono does not come with any jQuery version at all.

> I don't think it would be a bug on mono Jquery as the implementation
> was quite common. I suspect I did not set up the Jquery properly, please
> advise what I could be missing.

In my experience, there is not much to set up when using jQuery.



-- 
Simon Lindgren



More information about the Mono-list mailing list