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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:49:57+00:00 2026-05-23T08:49:57+00:00

If you check out http://social.allthingswebdesign.com , click the get social link and there are

  • 0

If you check out http://social.allthingswebdesign.com, click the “get social” link and there are 6 icons. I’m trying to make the triangle appear under the icon is clicked.

I started with the code below, but I can’t get anything to appear in the console in firebug. What’s my deal?

$('.pic').live('click', function() {
    console.log('in here???');
});
  • 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-23T08:49:57+00:00Added an answer on May 23, 2026 at 8:49 am

    I think the problem is very likely to be that that “tabs” plugin is killing your “click” events, preventing them from bubbling up to the body.

    edit — it appears that that “tabs” plugin allows you to give it a “click” handler, which should I think return “true” to make it work:

    $("ul.idTabs").idTabs({
      click: function() {
        console.log('in here???');
        $('#innest .idTabs li a').remove('#triangle');
        $(this).append('<img id="triangle" src="triangle.png" />');
        return true; // I think
      }
    });
    

    I don’t know why you’d add all that HTML dynamically. Why not just include it directly into the page and hide it until you need it? It’s really messy and error-prone to include lots of markup like that in the middle of your JavaScript code.

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

Sidebar

Related Questions

Check out this link: http://humorjots.com/Barry/BarryWashington.htm The part in the script that says: if(emailInput.value !=
Check out this jsfiddle http://jsfiddle.net/Y7fEW/ . I'm trying to get the tan div on
Check out http://waterski.allthingswebdesign.com/index.php/site/index and you can see that my Nivo Slider is not centered
Check out http://wouter.howafarms.com/faq The goal is to have answers be expanded on click. As
Check out http://jqueryui.com/demos/draggable/ At the bottom there's a tabbed section. The seconds tabs Details
Guys check this out : http://www.codetoad.com/html/buttons/image_submit_button.asp You'll notice then when you click the button
Please check out: http://gherkin.co.nz/refresh/ and click on the purple box that says 'Membership chest'
Please check my website out: http://www.budgie.richardcmpage.com/index.php I've tried all sorts and can't get the
Can check out here alt text http://51hired.com/static/problem.bmp
I'm trying to svn checkout the following: http://website.com/viewvc/tool but I get the error: SVN:

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.