Because you already have single quotes in the string, use double quotes, and escape only the $ sign: echo "\$(document).ready(function() ...
確定! 回上一頁