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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:23:12+00:00 2026-06-04T11:23:12+00:00

I need to have a div move out on a click, and them move

  • 0

I need to have a div move out on a click, and them move back in on a second event that it’s binded to. Now, this works just fine, but only the first time. It needs to be able to occur over and over on multiple clicks.

The way to do this seems to be with translate but it’s all on Css, which doesn’t like click. (I’ve tried, and it’s not working).

Can anyone point me to a site that can explain how, or just help me out themselves? Thanks

edit: okay, here’s the script…

$('li, .thumbs').on('click', function() {
        $("#myVid").css("-webkit-transform","translate(-2070px, 0px)");
                //click plays a video
//some stuff happens
$('#myVid').bind("playing", function() {
        $("#myVid").css("-webkit-transform","translate(0px, 0px)");

that’s really all that’s actually relevant to the issue…
**Edit: so, I changed it to CSS addClass and removeClassthis is the current script

$('li, .thumbs').on('click', function() {
        $("#myVid").addClass('move');
//stuff happens
$('#myVid').bind("playing", function() {
        $("#myVid").removeClass('move');

and then the CSS

.move {
    -webkit-transform: translateX(2000px);
}

but while it works, it blinks alot

  • 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-04T11:23:13+00:00Added an answer on June 4, 2026 at 11:23 am

    I just churned out this jsfiddle… hopefully it helps.

    I like to add a CSS class to elements that need to be changed (or a parent element to trigger a whole set of changes).

    In the example, by just adding & removing the “moved” class to my div, it will adjust the necessary space.

    http://jsfiddle.net/fvgaK/5/

    [Edit: updated to make it ie-compatible]

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

Sidebar

Related Questions

I have 2 div's that I need consecutively toggled back and forth showing and
Just need help as I have been trying sort this out for ages now.
I have a div with some inner content that I need to have an
i have text like this div bla-bla end div i need to get only
I have a UL html list that looks like this: <div id=scroller> <ul> <li>item
i have a list of images i need to be able to move them
I need to have a page take a div that is in the masterpage
I have a div in which I need a permanent vertical scrollbar. Sometimes the
I have outer div and inner div. I need to place inner div at
I am new to Jquery and need some help: I have a div, I

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.