Changing CSS styles with PHP and jQuery

前端 未结 2 753
面向向阳花
面向向阳花 2021-02-04 13:22

I\'m executing a PHP if/else statement.

However, I want the code to do something like this :



        
2条回答
  •  自闭症患者
    2021-02-04 14:18

    You can echo the HTML for a style element and throw the CSS inside that.

    else {
        echo '';
    }
    

提交回复
热议问题