asp.net mvc - Html.ActionLink and loading image display? -


i m showing jquery ui dilog link below. dialog opens 2 seconds later , want show loding image until opens. how can this?

@html.actionlink("ekle", "addcustomer", "customer", routevalues: null, htmlattributes: new { id = "addcustomerlink", data_dialog_title = "yeni müşteri" }) 

thanks.

use ajax.actionlink instead , specify loadingelementid property.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -