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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:32:12+00:00 2026-05-30T12:32:12+00:00

Adding different plugins, scripts and other jquery the code gets pretty messy. What is

  • 0

Adding different plugins, scripts and other jquery the code gets pretty messy.
What is the right place for running each jquery, and does it need separated functions for each element.

Some of the scripts are runs like this in the head of the page:

$(function(){ ...

jQuery(function() { ...

and other need to be at the end:

$( ".add" ).button({ ...

is it wrong to merge all of the functions into one $(function(){ ... ?

  • 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-05-30T12:32:13+00:00Added an answer on May 30, 2026 at 12:32 pm

    There is NO hard-n-fast rule for where to put a jQuery snippet.

    You put it at correct place where it is needed.

    • $(function(){ is short for $(document).ready(function() {. It is an event, which executes when the document is ready for processing.

    • $( ".add" ).button({ is assigning a plugin(probably) to an selector. Every plugins have their own event triggers and they will occur either automatically or manually like through, hovers and clicks

    You should put(always) code at the correct event triggers/function call for them to function properly.

    But

    If you are using too many scripts on your page, that it is slowing the load time. Then they are better when they are placed right before the </body>


    References

    Read jQuery Events Documentation [docs here] very clearly to understand, where to put your code effectively

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

Sidebar

Related Questions

I'm adding different text to each cell in UITableView. However when I do that,
i got plugins using 3 different versions of jQuery on my site 1.7.1 1.5.2
I am adding musicCD information to a set. I have two different functions for
Does anyone know what the difference is between adding an appropriate JAR-file (eg. Apache
I am trying to get value of each clone (adding by +) field value
this post ideally continues my other post on MEF plugins, but my first post
I'm adding the star rating plugin from www.fyneworks.com/jquery/star-rating/ and I'm finding the documentation rather
I am adding information from main() I am adding different information for CD, DVD,
I'm adding two different elements to both std::list and std::set and I want the
My application has 5 plugins. Each plugin has a perspective of it's own and

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.