Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Execute JS in template
#3
(08-22-2019, 05:51 PM)Jose Nilton Pace Wrote: Hi Matija. If you are going to execute a JS function right after FormShow, why not do it in the template itself when it's ready?
Code:
<head>
  <script>
    $(function(){
      openNav();
    });
  </script>
</head>

This also work. Thx
Reply


Messages In This Thread
Execute JS in template - by matija - 08-22-2019, 05:59 AM
RE: Execute JS in template - by Jose Nilton Pace - 08-22-2019, 05:51 PM
RE: Execute JS in template - by matija - 08-23-2019, 05:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)