intanpalupidn / jquery-oembed

Automatically exported from code.google.com/p/jquery-oembed
0 stars 0 forks source link

Patch for support more ajaxoptions #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
add option "ajaxOptions" for oembed option.

for example:

<pre>
$('#container').oembed( 'http:.... ',  {
     ajaxOptions: { cache: false }
});
</pre>

Original issue reported on code.google.com by corneliu...@gmail.com on 4 Apr 2011 at 6:49

Attachments: