No. PHP is running on the server side and constructs the page before it's delivered to your browser. You want to manipulate it after it has been delivered to the browser. That's only possible with client-side scripting, which basically means JavaScript.