Modified:on update scrolling on top to alert message in upload photo section
This commit is contained in:
parent
254b849435
commit
614cce4d34
1 changed files with 5 additions and 0 deletions
|
@ -445,6 +445,11 @@ uploader.bind("BeforeUpload", function(){
|
|||
}).success(function(msg){
|
||||
$("#uploadMessage").removeClass("hidden");
|
||||
$("#uploadMessage").html("Picture details are successfully updated").attr("class", "alert alert-success");
|
||||
|
||||
$('html,body').animate({
|
||||
scrollTop: $("body").offset().top},
|
||||
'medium');
|
||||
|
||||
setTimeout(function(){
|
||||
$("#uploadMessage").addClass("hidden");
|
||||
}, 5000);
|
||||
|
|
Loading…
Add table
Reference in a new issue