Conditions | 2 |
Paths | 2 |
Total Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | $(document).ready(function(){ |
||
7 | function ShowMessage(cx, slc, exc){ |
||
8 | cx.keyup();//-->usado para atualizar dado, mas futuramente não será necessário quando evento "input" (detector de qualquer mudança) funcionar em todos os navegadores |
||
9 | exc == false ? alert("Not supported - The command was not executed by this browser. If possible, upgrade to a newer version.") : null; |
||
10 | } |
||
11 | }); |