Difference: JavaScript (17 vs. 18)

Revision 1810 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("value"));
>
>
$("#faleconosco input#to").attr("value", $(this).attr("name")); $("#faleconosco input#cc").attr("value", $(this).attr("value"));
 });

//Coloca o nome do remetente no corpo da mensagem

 
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