Path to WordPress Template Directory inside jQuery? Path to WordPress Template Directory inside jQuery? javascript javascript

Path to WordPress Template Directory inside jQuery?


You could create a Javascript snippet that saves the template dir in a variable, and use this later:

<script>var templateDir = "<?php bloginfo('template_directory') ?>";</script>