anyone...?
On Tuesday, February 26, 2013 8:45:43 PM UTC-8, Chris wrote:
>
> hi guys,... can anyone help please,...
> how can I reset form after submission with unique ID, with jquery? Where
> unique ID is $photo_comment['PhotoComment']['id']
>
> this is what I have so far,... and how do I
> code $photo_comment['PhotoComment']['id'] when complete:
> , 'complete' => 'javascript:resetReportPhotoCommentForm();'
>
> <p>
> <?php echo $ajax->submit('Report', array('url'=>
> array('controller'=>'photo_comments', 'action'=>'report_spam/'.
> $photo_comment['PhotoComment']['id']), 'update' =>
> "updateReportPhotoComment_".$photo_comment['PhotoComment']['id'],
> 'complete' => 'javascript:resetReportPhotoCommentForm();')); ?>
> <?php echo $form->end(); ?>
> </p>
>
> <script>
> function resetReportPhotoCommentForm()
> {
> document.getElementById("ReportCommentFormId").reset();
> }
> </script>
>
> thanks in advance
> chris
>
>
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.