Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Update scrollbar in success of ajax #10

Open
BDhara opened this issue Sep 16, 2015 · 0 comments
Open

Update scrollbar in success of ajax #10

BDhara opened this issue Sep 16, 2015 · 0 comments

Comments

@BDhara
Copy link

BDhara commented Sep 16, 2015

The code is like
$.ajax({
type: "POST",
url: '@Url.Action("testMethod")',
dataType: "json",
mtype: "post",
success: function (data) {
$("#sidebar").ace_scroll({ inline_style: true, size: 680, observeContent: true });
}
});

But it doesnot update after adding new li to sidebar..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant