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 8672847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:18:16+00:00 2026-06-12T19:18:16+00:00

Suppose I have 3 language: en , tc , sc , I want to

  • 0

Suppose I have 3 language: en, tc, sc, I want to achieve the below condition

1) When the current is en, add en.js to head and remove js file tc.js and sc.js in head

2) When the current is tc, add tc.js to head and remove js file sc.js and en.js in head

3) When the current is sc, add sc.js to head and remove js file tc.js and en.js in head

Can someone advise how to do that in jQuery?

Thanks

  • 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-12T19:18:17+00:00Added an answer on June 12, 2026 at 7:18 pm

    Here’s a quick function that would load a script dynamically based on a language parameter.

    addLanguageScript = function(lang) {
        var head = document.getElementsByTagName("head")[0],
            script = document.createElement('script');
    
        script.type = 'text/javascript'
        script.src = lang + '.js'
        head.appendChild(script);
    };
    
    addLanguageScript('en');
    

    To remove the files you can do something like in jQuery, but keep in mind if the scripts
    where loaded they probably would have already had some effect.

    $("script[src='en.js']").remove()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have a text file with some data I want to retrieve lost
Suppose I have an ambiguous language expressed in combinator parser. Is there a way
Suppose I have a text file that says: This file has plain text Now,
Suppose we have these 3 tables, Language language_id name 1 English 2 Tagalog Color
Suppose I have two url for the same file, say http://site.com/fr/page.php and http://site.com/en/page.php .
suppose you have a program in C, C++ or any other language that employs
Suppose we have the name written in any none-latin letters - languages, like Arabic,
suppose i have a .on() function wherein i select multiple ids $(#i, #am, #your,
Suppose I have a large list of words. For an example: >>> with open('/usr/share/dict/words')
Suppose I have a pure virtual method in the base interface that returns to

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.