[jQuery] treeview - support for right to left language

2009-09-27 Thread Adrian San Juan
I was able to successfully install treeview in my app and it works very well. However, my app needs to support a right to left language. Is treeview able to support rtl? If not, is it possible to do code changes to support rtl? Cheers,

[jQuery] Regarding HTML post in jQuery

2009-06-17 Thread San
I want to post some html content on a page through jQuery. If I post normal data like "abcd" then it works but when data contains html tags like abcd it doesnt work. function ProcessData() { var pageData = document.getElementById ("MainDiv").innerHTML; $.ajax(

[jQuery] How to post HTML data in jQuery using $.ajax() method?

2009-06-16 Thread San
I want to post some HTML (contained in a div on the page) data using jQuery using $.ajax() method. But it is not working. function PostHTMLContentTOServer() { var pageData = document.getElementById ("MainDiv").innerHTML; $.ajax({ url: "MyD

[jQuery] Using jquery to set div and get this div text in asp.net

2009-01-21 Thread san...@skyscape.com
Hi, I have been working on a small project where I have run into a hurdle! I used jQuery to set the text of a div The code for this is given below: var comments = $('textarea#modalTextArea').val(); $('#divComments').html(comments); However, I need to access this value in the asp