×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Jorge Alcalá
Added: Sep 18, 2018 11:27 AM
Views: 3388
  1.         echo javascript_tag(
  2.                 remote_function(array(
  3.                         'update'  => 'div_solicitar_notas',
  4.                         'url'     => 'compradores/pedidosNotasVerDos?claPedido=' . $claPedido,
  5.                         'loading'  => "Element.show('div_ajax_notas');Element.hide('div_solicitar_notas')",
  6.                         'complete' => "Element.hide('div_ajax_notas');Element.show('div_solicitar_notas')",
  7.                         'script' => true
  8.                     ))
  9.                 );