My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Cache  
プロキシ経由の URL を取得できます。
jQuery.proxy
Updated Feb 4, 2010 by nakajim...@gmail.com

プロキシ経由の URL を取得する

jQuery.proxy を使って、プロキシ経由の URL を取得できます。

  $('<img/>').attr('src',
    $.proxy('http://example.com/data.gif')
  );

Sign in to add a comment
Powered by Google Project Hosting