bopoda / ace

Twitter bootstrap 3 admin template
ace.jeka.by
Other
3.76k stars 1.84k forks source link

Update scrollbar in success of ajax #11

Open BDhara opened 9 years ago

BDhara commented 9 years ago

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..

BDhara commented 8 years ago

is there any solution or suggestion ?