Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript how to add an a-tag with the content of an existing a-tag on .mouseover() after a div with .after()

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44527
    jfmyself
    Member

    How can I add an a-tag with the content of an existing a-tag on .mouseover() after a div with .after().

    the code:

    what i got so far:

    $(“.node-type-hostel .node-hostel .field-items .field-item”).mouseover().after(function() {
    // add the content of $(“.node-type-hostel .node-hostel .field-items .field-item a”);
    });

    Thanks for your help

    johnny

    #133942
    jfmyself
    Member

    can somebody delete this post?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.