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,
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(
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
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
4 matches
Mail list logo