Try this use JQuery's .text(); to get inner text Update: use this with DOM .ready() like that. Deep selector $(document).ready(function(){ ...
確定! 回上一頁