2012年2月16日 星期四

[Web] iframe, location,

iframe
在 iframe 中 submit 的 url,便是載入 iframe 的 url
供 iframe 呼叫的 function 必須寫在 $(function() {}); 之外


window.location
這樣 request method 是 GET,user 只要打網址就可以執行此動作


$().click(function() { }):
Only set click listener not really do the function in click().

$(function() {} )
[jQuery] ready() vs. onload()
在 DOM 下載完後才執行,以避免 function 使用到尚未載入的 element。


AJAX
適合使用 AJAX 的時機,當想保留當下操作頁面的資訊與狀態。

沒有留言:

張貼留言