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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:47:00+00:00 2026-05-19T05:47:00+00:00

Is it possible to add a function to a plugin without modifying the actual

  • 0

Is it possible to add a function to a plugin without modifying the actual plugin? Can I do something like this in my site’s js file?

$.fn.Watermark.Refresh = function() {
        $.Watermark.HideAll();
        $.Watermark.ShowAll();
    }

or

(function($){
$.fn.Watermark.Refresh = function() {
        $.Watermark.HideAll();
        $.Watermark.ShowAll();
    };
})(jQuery);

neither worked, the first says $ is undefined, the second that jQuery is undefined…

ideas?

Solution: Either method works, just include the jquery file before the site js file.

  • 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-19T05:47:01+00:00Added an answer on May 19, 2026 at 5:47 am

    You can add those functions if you want to, but you’ll have to make sure that you’re also loading jQuery itself and the plugin to be modified. If you’re getting those errors (that jQuery or “$” are not defined), then you have not correctly done that.

    Now, though it’s true that you can add those functions, I have to wonder what the point would be. If I were to do this, for example:

    $.fn.css.myFunction = function() { return "hello world"; };
    

    then it would be possible to call it:

    var str = $.fn.css.myFunction();
    

    but so what? What good does that do me? I don’t think it’s very useful.

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

Sidebar

Related Questions

Is it possible to add a live function on a plugin? The jPikcer plugin
I'm using this plugin: http://www.fyneworks.com/jquery/star-rating/ Is it possible to put a click function inside
Is it possible to add a custom validation function to jquery validate plugin for
Is it possible to add an Argument to an python argparse.ArgumentParser without it showing
Is it possible to create a plugin that, when active, would add a new
Is it possible to add another function procC in here so that the sequence
Possible Duplicate: How to render a plugin added dynamically? This is my code :
Is it possible to add a jQuery function so that a click in a
I have this jquery plugin that zooms in on photos, but I would like
i'm using this code to add tiny mce in my plugin page in wordpress

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.