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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:18:00+00:00 2026-05-29T07:18:00+00:00

I am trying to add a custom function to a specific div elements in

  • 0

I am trying to add a custom function to a specific div elements in my dom that share the same class name.

Something like this

$(".custom-div").each(function(){
        $(this).newFtn = function() {
            $(this).addClass("makeover");
        }
});

So here am trying to add the newFtn to the div elements with the class name “.custom-div”.

After trial and error and inspecting of the element in firebug. I got this to work the following way

$(".custom-div").each(function(){
        $(this).init.prototype.newFtn = function() {
            $(this).addClass("makeover");
        }
});

But, I have a few question on this; I am not sure of why this works and are there any draw backs of doing it in this manner? Can someone explain this please ? An abstract explanation should be fine.

  • 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-29T07:18:01+00:00Added an answer on May 29, 2026 at 7:18 am

    Try something like:

    function DisableCheckBox(o) {
        //No need for $('selector') here as 'o' is a jQuery object already.
        o.each(function () {
            o.addClass('makeover');
        //Other stuff...
        });
        //optionally return o on function exit if you want to do stuff to it outside this function
    }
    
    DisableCheckBox($(".custom-div"));
    //or
    var chk = DisableCheckBox($(".custom-div")); //if returning 'o' above.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to add a custom attribute on my element using jquery : $('.map-areas-div').rand(numElements).each(function(){
I have a custom class MDRect that i am trying to add an NSMutableArray
I am trying to add a custom property to a base form that can
I am trying to add a custom button to a JqGrid that implements a
I'm trying to add a snap-to-road function in my all custom made GPS software.
I'm trying to create an export Excel/CSV function that will iterate through a custom
I'm trying to create a custom function to take a array and add comma.
I am trying to add custom icons to a Shared Add-in for Microsoft Word.
I am trying to add some custom build steps to my headless build process
I'm trying to add a custom font as a resource in my application. I

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.