Difference: JavaScript (18 vs. 19)

Revision 1928 Sep 2010 - FlavioAraujo

Line: 1 to 1
 
%STARTINCLUDE%
<script type="text/javascript" src="%ATTACHURL%/jquery.js"></script>
<script type="text/javascript">
Line: 64 to 64
  //Seletor de e-mails para o Fale Conosco $("#faleconosco :radio").click(function(){
Changed:
<
<
$("#faleconosco input#to").attr("value", $(this).attr("name"));
>
>
$("#faleconosco input#to").attr("value", $(this).attr("id"));
  $("#faleconosco input#cc").attr("value", $(this).attr("value")); });
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback