Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing ) in parenthetical #131

Open
killmenot opened this issue Aug 3, 2011 · 1 comment
Open

missing ) in parenthetical #131

killmenot opened this issue Aug 3, 2011 · 1 comment

Comments

@killmenot
Copy link

Hi,

Please consider the following code:

    <script id="template-ui-1" type="text/x-jquery-tmpl">
        {{tmpl({"text":"Select issue(s) to monitor"}) "#partial-template-ui"}}
    </script>
    <script id="template-ui-2" type="text/x-jquery-tmpl">
        {{tmpl({"text":"Select issue&#40;s&#41; to monitor"}) "#partial-template-ui"}}
    </script>
    <script id="partial-template-ui" type="text/x-jquery-tmpl">
        <div>${text}</div>
    </script>

<script text="text/javascript">
    $(document).ready(function(){

        //this throws 'missing ) in parenthetical'
        $("#template-ui-1").tmpl().appendTo("#content");
        //this works fine
        $("#template-ui-2").tmpl().appendTo("#content");  
    })
</script>
@rdworth
Copy link
Contributor

rdworth commented Oct 8, 2011

Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants