Replace add sign on list page with word

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
iggabz
User
Posts: 91

Replace add sign on list page with word

Post by iggabz »

Good day,

how can i change or replace the add sign on the list page with any word?

i tried to use this but it did not change anything
$("a.btn.btn-default.ew-add-edit.ew-add").attr("name", "UPDATE");


mobhar
User
Posts: 11756

Post by mobhar »

Wrong implemenation of jQuery element's attribute.

You should use jQuery .html(). More example.


iggabz
User
Posts: 91

Post by iggabz »

thank you


Post Reply