Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: JavaScript  |  size: 0.15 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         {ifset $trigger}
  2.         <script type="text/javascript">
  3.                 $(document).ready(function() {
  4.                         $('{!$trigger}_trigger').click();
  5.                 });
  6.         </script>
  7.         {/ifset}