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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:16:36+00:00 2026-05-27T05:16:36+00:00

I have a jQuery plugin tzineClock. But when I try to call it $(document).ready(function(){

  • 0

I have a jQuery plugin tzineClock. But when I try to call it

$(document).ready(function(){
    /* This code is executed after the DOM has been completely loaded */
    $('#fancyClock').tzineClock();
});

it is throwing error as “this function is not supported”. Can any one tell me what the error could be? Here is the tzineClock code:

$.fn.tzineClock = function(opts){

        // "this" contains the elements that were selected when calling the plugin: $('elements').tzineClock();
        // If the selector returned more than one element, use the first one:

        var container = this.eq(0);     
        if(!container)
        {
            try{
                console.log("Invalid selector!");
            } catch(e){}

            return false;
        }

        if(!opts) opts = {}; 

        var defaults = {
            /* Additional options will be added in future versions of the plugin. */
        };

        /* Merging the provided options with the default ones (will be used in future versions of the plugin): */
        $.each(defaults,function(k,v){
            opts[k] = opts[k] || defaults[k];
        })

        // Calling the setUp function and passing the container,
        // will be available to the setUp function as "this":
        setUp.call(container);

        return this;
    }
  • 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-27T05:16:37+00:00Added an answer on May 27, 2026 at 5:16 am

    This is likely because jQuery has yet to load the tzineClock function and hence it is “not supported”.

    Check your script tags where you’re referencing the plugin and ensure that the tzineClock script tag appears before the jQuery one.

    If this makes no difference can you give us the line and file which is causing the error and ensure the script file has actually loaded using any of the browser developer tools.

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

Sidebar

Related Questions

I have a jQuery plugin that I am using: $(document).ready(function(){ $('.elements').fancyPlugin(); }); This works
I have this jQuery plugin: $.fn.touchBind = function(func) { $(this).live('touchmove', function() { $(this).addClass('dragged'); });
I have written a jQuery plugin like this: jQuery(function($) { $.fn.myPlugin = function() {
I have this jquery plugin that zooms in on photos, but I would like
I have a jQuery plugin: (function( $ ){ $.fn.test = function(selector){ $this = this;
I have added the jQuery plugin with this code: <script type=text/javascript src=js/jquery.cookie.js></script> My code
I have used jQuery plugin: Validation To validate some input fields, but I need
I have a jQuery plugin up on google code http://code.google.com/p/jquery-html5upload/ . I want to
If I have a jQuery plugin as follows: (function($) { $.fn.somefunction = function(text, options){
I have put fancybox (jquery plugin ) inside the assets/javascripts/includes/jquery.fancybox-1.3.4 Before this location 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.