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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:27:33+00:00 2026-05-28T02:27:33+00:00

The problem with my plugin is that i need to expose var chart and

  • 0

The problem with my plugin is that i need to expose var chart and maintain chainability. How can i accomplish this? This is the first plugin i wrote and i don’t know if chainability is really important to preserve. Thanks.

Html piece

<div id="chart1" class="chart"></div>
<div id="chart2" class="chart"></div>

Plugin invocation

$("div").chart();

Plugin definition

(function($) {

    $.fn.chart = function(options) {

       return this.each() // Maintain chainability
       {
           // Stuff, ajax call and then...
           var chart = new Highcharts(options);
           // Expose each chart variable for each container (<div>)
       }

    };

})(jQuery);

EDIT: added clarification about chart variable.

  • 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-28T02:27:33+00:00Added an answer on May 28, 2026 at 2:27 am

    First, you should read Plugins/Authoring if you havent already. There are some good ideas in there.

    Second, you can try something like this:

    $.fn.chart = function(options)
    {
        if(options=='get_charts')
            return charts;
        else
        {
            // Stuff, ajax call and then...
            var chart = new Highcharts(options);
        }
    }
    

    This would then be called normally with $('#something').charts({}); or $('#something').charts('get_charts');

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

Sidebar

Related Questions

I am using the liveTwitter plugin The problem is that I need to stop
I'm trying to use this amazing plugin: http://code.drewwilson.com/entry/autosuggest-jquery-plugin The problem I'm having is that
I've got m2eclipse plugin installed and there's no problem syncing compile time dependencies that
I have a problem: imagine I have a plugin-based system. I need some kind
I'm having this problem with the grails liferay-plugin: localhost_liferay_portlet_WEB_INF_grails_app_views_test_view_gsp: 17: expecting anything but ''\n'';
Here is the problem: I have a very complex plugin that does lots of
I have a regex problem that I need some advice on. I am using
I'm thinking I need a browser plugin that does the following, and if it
I'm developing a an eclipse plugin that uses an SWT interface. I need to
I am working on a jQuery plugin that people can include in their own

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.