TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ravi Shekhar
362
4.5k
2.1m
Php to asp
Feb 13 2014 7:41 AM
need help in below query...
$("#btn_proceed").on('click', function () {
$('#navbar li').each(function(i, obj) {
obj.removeAttribute("style");
});
var data_post = $("#navbar").html();
$.post(
'save_html.php',
{'nav_list': data_post},
function (result) {
$("#html_page_form").submit();
}
);
});
can any one please change from php to aspx
urgent...
Reply
Answers (
0
)
mvc ajax request using jquery and knockouts
how to submit data using knockout.. for form