我要開prettyPhoto一個iframe,希望優化URL如何從prettyPhoto URL
<a href="iframe.html?iframe=true&width=100&height=100">
我試圖通過jQuery但一類添加到鏈接,並傳遞參數刪除GET參數不工作。
$("a.iframe']").prettyPhoto({
iframe: true,
width: '100%',
height: '100%'
});
那麼有沒有辦法擺脫url中的這些參數?