You need to use id selector to get element with some id. So in your case if id is something then you can get that element using $("#something") and then as per ...
確定! 回上一頁