Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
178 views

javascript and CSS3 translate Y dropdown

I have a dropdown div that it have a open/hide button, I want to transform: translateY(-280px); the div for slide-up. the problem is in different devices, transform: translateY(-280px); is different! ...
aref razavi's user avatar
0 votes
1 answer
67 views

jQuery Animation - Multiple Elements

I have been trying to achieve an effect on a webpage which I have achieved once, but I want to apply it to multiple page sections. However I'm having an issue with positioning and getting the desired ...
Troy's user avatar
  • 211
1 vote
2 answers
1k views

Jquery onclick close slideUp from different Li

I have a menu where some elements slide up and slide toggle. So if, fruit is open and I click on vegetables, this opens and fruit closes. That's all working fine. 'Snacks' doesn't have a submenu but I ...
Alga's user avatar
  • 173
0 votes
1 answer
339 views

Why the hide/show(slideup/slidedown) is not working in this scenario?

Following is the link of my jsfiddle http://jsfiddle.net/mZ9L6/2/ The code is as follows: <style type="text/css"> {literal} .title { float:left; color: #4E4695; float:...
PHPLover's user avatar
  • 12.9k
1 vote
1 answer
1k views

Jquery .slideUp on Multiple divs with the same class

Hi I am pretty new to jquery and the way to use it properly to apply a function to div, but it shares it's class with multiple div's. What I want is to apply .slideUp() on mouse enter to one at div at ...
user2086702's user avatar
0 votes
1 answer
961 views

Jquery Show and hide within a table

I have a table with content and a image that when clicked shows hidden content contained within a div. This div has another table within to format the content. Now when i test this in IE and chrome ...
nerdherdwa's user avatar