Subversion Repositories SmartDukaan

Rev

Rev 26738 | Rev 27754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26738 Rev 26744
Line 57... Line 57...
57
	webListingUrl = $("#web-listing-url").val();
57
	webListingUrl = $("#web-listing-url").val();
58
	json = {title:webListingTitle, url : webListingUrl};
58
	json = {title:webListingTitle, url : webListingUrl};
59
	doPostAjaxRequestWithJsonHandler(context + "/web-listing/add", JSON.stringify(json), function(response) {
59
	doPostAjaxRequestWithJsonHandler(context + "/web-listing/add", JSON.stringify(json), function(response) {
60
		$('#main-content').html(response);
60
		$('#main-content').html(response);
61
	});
61
	});
62
	return false;
-
 
63
}
62
}
64
 
63
 
65
 
64
 
66
$(".grab").live('mousedown', function (e) {
65
$(".grab").live('mousedown', function (e) {
67
    var tr = $(e.target).closest("TR"), si = tr.index(), sy = e.pageY, b = $(document.body), drag;
66
    var tr = $(e.target).closest("TR"), si = tr.index(), sy = e.pageY, b = $(document.body), drag;