jquery - I am using images instead of text in datatables.How to change image of pagination when disabled in datatables? -


i have 2 images active disabled. how can use them?

"opaginate": {           "sfirst" : "<img class='paginationlabel' src='active'/>",           "slast" : "<img class='paginationlabel' src='active'/>",            "snext":"<img class='paginationlabelnext' src='active'/>",          "sprevious":"<img class='paginationlabelp src='active'/>"           } 


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -