Question: how to convert this code to PHP code $('.message a ').click(function(){ $('form').animate({height: toggle, opacity:toggle},slow); });
how to convert this code to PHP code
$('.message a ').click(function(){
$('form').animate({height: "toggle", opacity:"toggle"},"slow"); });
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
