[jQuery] Not work opacity in jQuery 1.3.1 and opera 9.2

2009-01-23 Thread NeX
Can anyone help me? In jQ 1.3.1 and opera 9.23 i can't change opacity of element with $ ("id").css({opacity: 1}); In jQ 1.2.6 all works fine. Is there bug of jQ? Example http://new.globalres.ru/index.html

[jQuery] Re: jquery.ajax question.

2009-01-23 Thread NeX
Try ti use JSON format in response, like this {"box1": "the content goes there", "box2": "the second content goes there"} You can access to data using responce.box1 and responce.box2. It's simply!

[jQuery] Re: jquery.ajax question.

2009-01-23 Thread NeX
try tu use JSON data format. It's simly, then parsing html values in result.

[jQuery] Re: About html doc download

2009-01-23 Thread NeX
http://charupload.wordpress.com/2007/12/07/jquery-documentation-chm/