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

  • Home
  • SEARCH
  • 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 6620085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:03:15+00:00 2026-05-25T21:03:15+00:00

I am developing my first jQuery plugin but want it to work in a

  • 0

I am developing my first jQuery plugin but want it to work in a slightly different manner to usual. I’ll start by explaining it’s purpose:

Very simple, <input> fields with a title attribute specified will fill the input box with the value in the attribute, focusing on the input field will remove the value and allow the user to type in the box.

I know this isn’t new stuff and probably done 100 times before but it’s more the learning curve than the final outcome.

So, I’ve got it so far working in two ways, first method is the code is called onto a particular element:

$('input').fillForm();

The other method involves using a selector within the plugin (specified as an option) which will find all elements on the page with a particular class and run the function:

$().fillForm(); // Called from the document load

$('.fillForm').each(function () {... // Within the plugin

My question is, is there a way to detect whether or not the user as specified a selector: $(‘input’).fillForm(); The bit highlighted in bold.

That way, if they haven’t then I can tell it to use the default css selector.

Here is a fiddle of my code: http://jsfiddle.net/chricholson/HwkRw/

There are two versions there, swap the comments around to try out the other method.

  • 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-25T21:03:16+00:00Added an answer on May 25, 2026 at 9:03 pm

    I’m not sure exactly what it is you’re after, but you can access the selector property of the constructed jQuery object like this:

    console.log($("input").selector); // "input"
    

    From within your plugin, you can do:

    $.fn.myPlugin = function() {
        console.log(this.selector);
    }
    
    $("p").myPlugin(); // "p"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing my first jQuery plugin that offers a number of optional callbacks. For
I've been developing my first iPhone app part-time and would like to start using
I've been developing my first rails application on my windows computer. But now i
I'm a newbie Cocoa developer and I'm developing my first application. I want to
I'm developing a WordPress 3.0 theme, my first theme with a bit of jQuery
I'm developing my first Grails plugin. It has to access a webservice. The Plugin
I am developing my first HTML5 / CSS3 website and I want to do
Thank you all ahead of time. This is my first time developing a jQuery
I've been developing a plugin for jQuery jQueryLog to allow for debugging of chain
I'm developing a select menu replacement in jquery. First I've to make the new

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.