Guest User

Untitled

a guest
Jun 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. jQuery('<img>')
  2. .attr('src', '<%= url_for :controller => 'producaos', :action => 'chart' %>?lote_id='+lote_id)+'&dt_inicial='+dt_inicial+'&dt_final='+dt_final
  3. .appendTo('#chartImage');
Add Comment
Please, Sign In to add comment