Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8538599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:09:21+00:00 2026-06-11T11:09:21+00:00

Using symfony2 with twig templates, I normally use js embedded inside the *html.twig file

  • 0

Using symfony2 with twig templates, I normally use js embedded inside the *html.twig file to dinamize yet more the pages.

What if I have external JS files attached to my page? How could I introduce twig code inside them?

I know it sounds sort of wears, but it is not that much when trying to redirect from javascript to a known symfony path. Just like this:

$.post("{{ path('_check_coupon') }}",{code: coupon_code}, function(json) {
    // do whatever...
});

As you can see, I have in a complete separated js file an ajax call to a known path "_check_coupon".

Any idea to approach this?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T11:09:22+00:00Added an answer on June 11, 2026 at 11:09 am

    You can either embed such path in a data-path attribute in a DOM element, like:

    <div id="widget" data-path="{{ path('_check_coupon') }}"> ... </div>
    

    Then just fetch it:

    $.post( $('#widget').data('path') ,{code: coupon_code}, function(json) {
        // do whatever...
    });
    

    That’s a vanilla approach, yet more maintainable that having both js and twig mixed in a single file – at least you won’t get syntax highlight.

    Of course if you are dealing with forms, just fetch form’s action attribute.


    Anyway I advise you not to have both JS and markup on the same page: you won’t be able to cache scripts, nor to minify them, so consider decoupling them unless it’s just very very few lines involved. Feel free to check my little library about.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an application using symfony2 and twig for templates. The problem comes
I'm developing a simple page with Symfony2, using Twig as template engine. I have
I am using Symfony2 with Doctrine and Twig. I have two forms created in
I need to add mustache templates to a Twig template using symfony2. Someone has
I'm using Symfony2, with Assetic and Twig. I have various frontend libraries - Backbone,
I am trying to alter the date_widget using symfony2 and twig. By default a
I have a form I need to use on multiple pages: Controller $emailForm =
My question: How do I permit use of debug in Twig templates within Silex?
I'm using symfony2. I have a form, and I want to print it a
I'm attempting to customise the form layouts using Twig in symfony2. I am aiming

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.