Tagged Questions

1
vote
1answer
99 views

Problem Integrating jquery show-hide with Dynamic Drive Step Carousel Viewer v1.8

I'm using Dynamic Drive Step Carousel Viewer v1.8 so show a series of item images (div class="panel") within a #scroll.belt div. Each image panel includes a hidden <p> contai …
1
vote
1answer
49 views

Combining IF else with LEFT to hide columns

Hi Guys I'm trying to write some code to Hide columns if the first 3 characters of cells in a range equal the contents of another. I have the code for hiding columns if cells in a …
1
vote
4answers
92 views

jQuery, don’t reload - somehow

I have a small problem with my jQuery script. <script language="javascript"> $(document).ready(function(){ $('.roll-li').click(function(){ …
1
vote
2answers
381 views

Jquery Show/Hide shifts element to the right before showing or hiding

$(document).ready(function(){ var speed = 700; var pause = 3500; function removeFirst(){ $('ul#newsfeed li:first').hide('slide', {direction: "up"}, speed, function() {ad …
1
vote
4answers
2k views

C# winforms startup (Splash) form not hiding

I have a winforms application in which I am using 2 Forms to display all the necessary controls. The first Form is a splash screen in which it tells the user that it it loading etc …
0
votes
0answers
9 views

jquery ie6 issue swaping videos through hide/show while playing.

So my code is: Click the link show the div. I'm using the jquery flash embed object. $(document).ready( function() { $('a.overview').click( function() { $('#o …
0
votes
4answers
53 views

Hide/Show Div Effect - Ruby on Rails 2

What is the best way to create a hide and show effect in rails 2. Is it to use a JQuery type solution or is there something as good, better or easier built in?
0
votes
1answer
26 views

Making the tab bar disappear on switiching views - iPhone programming

I am posting my own solution since I spent a lot of time hunting for it and finally figured it out using the clues from stackoverflows posts. http://kaustubhvibhute.blogspot.com/2 …
0
votes
3answers
82 views

JavaScript: Show / Hide <DIV> based on URL string

Hi, I need to show a DIV on two pages (URL's) but not on the others. (I have jQuery on the pages if that helps.). I'm a complete noob so all help is very much appreciate. Thank's! …
0
votes
3answers
44 views

Showing /hiding elements of a form based on menu selection

I am trying to program (while learning JQuery) the following: I have a form with various elements in it. Based on a selection made with a select menu item, I want one or more elem …
0
votes
1answer
51 views

Using show hide individually on a series of images within one div

I'm a total noob to JQuery, and I've been tasked with finishing a project beyond my ability. I've got a series of images each in it's own div with an associated hidden paragraph …
0
votes
1answer
115 views

showing a hidden li on click jquery

Sorry for all the dumb jquery questions I'm still learning and find this to be a GREAT resource! How can I show a <li> on click of a class here is my html <li><a …
0
votes
0answers
66 views

Conditionally hide UINavigationBar in a UIViewController

I'm using a UIViewController containing a UIView and a UINavigationBar on which there is two buttons (Cancel on the left, Save on the right). This UIViewController is presented o …
0
votes
4answers
170 views

how to find a window’s SW_SHOW/SW_HIDE status

I am trying to determine a window control's visibility that has been hidden or enabled with CWnd::ShowWindow(). (or ::ShowWindow(hWnd,nCmdShow)) I cannot simply use ::IsWindowVisi …
0
votes
1answer
63 views

Selecting elements in jQuery

In continuation of the question at this link I wanted to add some functionality in test.html The event trigger is 'clicking' on any <p class=""> tag. After clicking I wanted …

1 2 next
15 30 50 per page