Skip to content

Instantly share code, notes, and snippets.

@Olefine
Created April 9, 2014 15:05
Show Gist options
  • Save Olefine/10280896 to your computer and use it in GitHub Desktop.
Save Olefine/10280896 to your computer and use it in GitHub Desktop.
js
$(function(){
var tmp_poll_images_ids = '#{@tmp_poll_images_ids}';
$.get(
'#{new_poll_path}',
{
tmp_poll_images_ids : tmp_poll_images_ids
}).done(function(data){$.fancybox.close();});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment