Development

Changeset 12306

You must first sign up to be able to contribute.

Changeset 12306

Show
Ignore:
Timestamp:
10/22/08 04:05:32 (5 years ago)
Author:
localhost
Message:

Fixed incorrect data parsing with "with" parameter in ajax calls.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfJqueryPlugin/lib/helper/jQueryHelper.php

    r12045 r12306  
    244244  if (isset($options['form'])) $formData = 'jQuery(this).serialize()'; 
    245245  elseif (isset($options['submit'])) $formData = '{\'#'.$options['submit'].'\'}.serialize()'; 
    246   elseif (isset($options['with'])) $formData = $options['with']
     246  elseif (isset($options['with'])) $formData = '\''.$options['with'].'\''
    247247 
    248248  // build the function