Guest User

Untitled

a guest
Apr 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. '#disabled_options' => array(6),
  2. '#ahah' => array(
  3. 'event' => 'change',
  4. 'path' => 'custom/js',
  5. 'wrapper' => 'ownquestion',
  6. 'method' => 'replace',
  7. 'progress' => array('type' => 'throbber'),
  8. )
  9.  
  10. $('#myId').change(function(){
  11. $.post('myurl.php',{/*params*/},function(data){
  12. /*обработка пришедшей инфы и навешивание плюшек*/
  13. });
  14. });
  15.  
  16. (function($) {
  17. $(document).ajaxComplete(function()
  18. {
  19. //Запускаем исполнение кода.
  20. });
  21. }(jQuery));
Add Comment
Please, Sign In to add comment