ace icon indicating copy to clipboard operation
ace copied to clipboard

Update scrollbar in success of ajax

Open BDhara opened this issue 10 years ago • 0 comments

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 avatar Sep 16 '15 05:09 BDhara