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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:30:35+00:00 2026-06-13T00:30:35+00:00

I have a piece of JavaScript that dynamically creates an A tag inside of

  • 0

I have a piece of JavaScript that dynamically creates an A tag inside of an existing div and then calls the jQuery function “click” on it. This works as intended in all browsers except Safari.

Safari returns the following error:

‘undefined’ is not a function (evaluating ‘$(‘.shell a’)[0].click()’)

Any ideas on what I’m doing wrong or why this doesn’t work in Safari and how to get it to work (or one piece of code that works in all browsers) I’ve tried using .trigger("click") as well and it gives the same error.

JavaScript

function writeAndClickLink(url) {

    $('.shell').html('<a href="' + url + '"></a>');
    $('.shell a')[0].click();
}

and in the HTML:

<div class="shell"></div>

The reason I’m doing it this weird way is the function is called from a Flash site to open a twitter window where I am giving a reward for tweeting. This so far has been the only way I could get the “tweet” event to bind to the window. If I open the window any other way (window.open for example) it doesn’t capture the bound event that lets me know they actually completed the tweet.

The flow is something like:

  • User clicks tweet button in flash
  • Flash calls javascript function to dynamically write href and “click” it
  • Twitter window opens
  • User successfully tweets
  • Tweet event is captured and updates flash with success
  • Content is unlocked in flash
  • 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-06-13T00:30:36+00:00Added an answer on June 13, 2026 at 12:30 am
    var a = $('.shell a')[0];
    var evObj = document.createEvent('MouseEvents');
    evObj.initMouseEvent('click', true, true, window);
    a.dispatchEvent(evObj);
    

    See http://www.howtocreate.co.uk/tutorials/javascript/domevents (search for “Manually firing events”).

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

Sidebar

Related Questions

I have this piece of javascript that is working. var footerColour = $.color.extract($(div#one.footer), 'background-color');
I have a piece of Javascript that checks for a condition (via an AJAX
I have a piece of jQuery that loops through each element in a given
I have a piece of javascript that grabs JSON data. When executed locally everything
I have a piece of Javascript that invokes a social publishing widget overlay. When
In my rails application, I have a piece of javascript that is exactly duplicate
I have a piece of javascript code that I wrote to grab the html
I have inherited a piece of Javascript that uses the Google Feed API. It
I have written a piece of JavaScript so that when a user hovers over
I'm creating an advent calendar and I need a piece of jQuery/Javascript that will

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.