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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:03:55+00:00 2026-05-26T23:03:55+00:00

the arguments come from jQuery as $(this) and contain multiple elements :) tried $(‘#el’).delegate($(this),

  • 0

the arguments come from jQuery as $(this) and contain multiple elements 🙂

tried

  $('#el').delegate($(this), 'click' ...

  $('#el').delegate($(this).each(), 'click' ...

none work..


(function($){
  $.fn.myfunction= function(){

    // here i need to somehow find .a, .b., .c etc... 
    $('#el').delegate($(this), 'click', function(event){

    });

  });
});

later I’m calling it like:

  jQuery(document).ready(function($){
      $('.a, .b, .c').myfunction();
  });

so I want my event on all new .a, .b, .c …

  • 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-26T23:03:56+00:00Added an answer on May 26, 2026 at 11:03 pm

    Depending on your code, you will need $("xxxx").bind('click',function(e) {...}); OR $("xxx").live('click', function(e) {...});.

    If you are on jquery v1.7, $.on() is the function to use and $.off() reverses it.

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

Sidebar

Related Questions

I'm a Python newbie. How come this doesn't work in Python 3.1? from string
Another chapter from the arguments between myself and the other senior developer series :P
How are keyword arguments different from regular arguments? Can't all arguments be passed as
Can I use default arguments in a constructor like this maybe Soldier(int entyID, int
I'm trying to use a PreparedStatement with code similar to this: SELECT * FROM
The next few lines I'm going to write come from the book The C++
So, I don't come from a huge PHP background—and I was wondering if in
First of all: I don't mean parsing arguments and options from the process.argv array,
When I use Expression.Lambda( ... ).Compile() in order to create a delegate from an
It has come down from high places that a webapp I've been working on

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.