Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
213 views

Show/Hide Function with Multiple Div IDs

So I know close to nothing about jQuery - but I swear I'm trying to learn. The thing is, I've got some code that works - but I know it's repetitive and probably not kosher for a real programmer - ...
3
votes
3answers
3k views

if div has content show div

ok heres what i have... it works fine but it looks for a word rather than content. i just want it to show when there is any content.. $(document).ready(function(){ if ...
3
votes
3answers
63 views

Javascript problems?

I've been staring at the source code of these two download pages for awhile now and i can't seem to find the problem. I have two download pages, one where the javascript is working, one where it ...
2
votes
3answers
26 views

Show/hide an image using setInterval (and where do I place the code?)

I need some help on writing the appropriate javascript (or php -- I'm not sure which will work better) and on where to place it. What I want to do is pretty simple... I want to hide a div when the ...
2
votes
0answers
308 views

jQuery buttons: “like this”/“dislike this” - Hide all liked/hide all disliked

Okay, I'm trying to reverse engineer a feature on a website I found - the webmaster is not replying to me. The site in question is http://www.win-free-stuff.ca/new-contests and in particular I am ...
2
votes
1answer
414 views

Java TreeTable Problem

I have the following problem: I want to have a JTeeTable-like table component except that the roots (classes below) and the nodes of the tree are not of the same type. For instance, suppose that I ...
2
votes
5answers
351 views

asp.net page reloading on javascript onclick function

Novice question I guess: The Scenario: I have an asp.net page that contains 6 divs and 6 hyperlinks which are linked to javascript function: function showdiv(divname) { hideallcontentdivs(); ...
2
votes
4answers
552 views

jQuery show/hide to cycle through tables

I need to set up jquery to cycle through tables, making sure it shows/hides the right one. The basic HTML structure is: <p><a href="#" class="month-next">Next Month</a></p> ...
2
votes
6answers
13k views

jQuery Toggle Show/Hide w/Multiple DIV ID's

CODE: $(document).ready(function() { $('.toggle').hide(); $('.show').click(function(){ $('.toggle').toggle('slow'); $(this).attr('src','images/checkmark2.jpg'); ...
1
vote
1answer
23 views

Displaying Description in Knockout on clicking Title

I have a asp.net mvc2 page where I display data with titles and descriptions using knockout. I want to hide descriptions and show description based on clicked title. any help would be appreciated. ...
1
vote
2answers
40 views

Show More text in android when the users click on it

I was hoping I could get some help with this. I would like to have an 'see more' option in android. E.G when the users click on a text, it should open up and display more text on what they clicked ...
1
vote
2answers
56 views

Hide an element when a certain amount of scrolling has occured

I'd just like to hide an element on my page, after N number of pixels have been scrolled. $(window).scroll(function(){ if($(document).scrollTop() > 200){ $('.fixedelement').css({'display': ...
1
vote
3answers
125 views

jquery show hide multiple links

I have 3 show more links in my layout. They must trigger all the same table with content. So when you click on link 1 it shows the table, but if you click on link 2 the table won't be hidden again ...
1
vote
2answers
152 views

show/hide button

I inserted a few show/hide button on my application. My problem is: when I click on any button always is opened first. That's the function: function showHide(shID) { if ...
1
vote
3answers
3k views

jQuery delay function

I have some concept of how I might do this, but could really use an "optimizer" out there to tell me what to do, so it's done right. This is my markup: <span class="darkmark"> <em ...
1
vote
5answers
2k views

jQuery + Multiple Checkboxes: Show div on checked, Hide on uncheck

I got multiple checkboxes generated from a PHP script. <input type="checkbox" class="checkbox" name="item[]" value="1" /> <input type="checkbox" class="checkbox" name="item[]" value="2" ...
1
vote
6answers
839 views

JavaScript Show/Hide as Filters to list of divs

Looking to create Javascript that acts like a filter on a list of divs. For instance, here's the intended markup... <a href="#" onclick="">Filter Item 1</a> <a href="#" ...
1
vote
3answers
506 views

load content to DIV tag on demand

I have a "comments" section on a webpage that I have hidden initially and when the user clicks the comments link the div tag (and comments) appear using the jQuery show/hide functions. My question ...
1
vote
1answer
65 views

Hide a UL when a url is loaded

i am having a form -search below that on search i am listing the matched records below the search form .. But even by default case without any search when i load the search form i am getting all the ...
1
vote
1answer
782 views

jquery show/hide integrated with toggle/accordion effect

I have a show/hide toggle working well in multiple instances (thanks to help here - search for 'jquery toggle to work in multiple instances'). I want to integrate it into an expanding menu / ...
0
votes
0answers
20 views

showHideMultiple javascript not working in IE or earlier FF

I'm not all that familiar with javascript and I've been asked to help correct a problem with a colleague's script not working in IE and earlier versions of FF. Any help would be greatly appreciated. ...
0
votes
2answers
52 views

JQuery Show/Hide additional changes

I have the following JQuery code: jQuery(function($) { $j(".follow_btn") .click( function() { var element = $(this); var I = element.attr("id"); ...
0
votes
3answers
68 views

Using jquery to randomly show something

My problem is this: I have div with a background image, the opacity is 0! When you hover over it the opacity becomes 1, but I also want it to randomly show it some times. So I'm kind of looking for ...
0
votes
2answers
30 views

Hide Chart Items based on some value

I have plot chart with an 'itemRenderer' to render the text. I have the renderer working corrrectly. Now, what I want to show/hide some of the chart tiems if it's below/above some value. I am using ...
0
votes
4answers
82 views

Show/hide tables with jQuery

I have a jQuery show() / hide() problem. I have a series of tables similar to the following html code: <table id="film"><tr> <th class="1">//HEAD CONTENT 1//</th> ...
0
votes
3answers
102 views

Jquery show/hide. Multiple instances of a class

I've managed to sort out a little slice of Jquery to show and hide a div based on someone hovering the cursor over its parent div. I want to use the same classes to have multiple instances of this on ...
0
votes
2answers
146 views

jQuery-UI: show and hide text input using buttonset()

I have a problem with show/hide some text input by using jQuery-UI buttonset() function. Here is the HTML: <div id="issubtitled"> <input type="radio" id="unsubtitled" name="subtitled" ...
0
votes
5answers
201 views

javascript toggle to show/hide div

I have a javascript toggle function: <script type="text/javascript"> function toggle(layer) { var d = document.getElementById(layer); d.style.display = (d.style.display == 'none') ...
0
votes
1answer
105 views

How to use Jquery Hide/Show with a foreach loop in PHP

I want to have a read more section that expands without linking to another page so I am trying to implement the Jquery Show/Hide. The data to be expanded is coming from a foreach loop in php and I ...
0
votes
3answers
155 views

Rollover text/img-based link to show an image

I found a flash piece on a website I'd like to emulate using JQuery: http://www.jbcoxwell.com/construction_services.html In searching this site, I found one post useful as the basis for starting my ...
0
votes
3answers
80 views

Can't show 1 div at a time, Jquery

I'm having a bit of hard time with a peice of jQuery script. I am trying to show a show/hide of one div at a time. What is happening is that all the divs (.slidingDiv) are opening at the same time. ...
0
votes
1answer
188 views

jquery show/hide field

I am having problems with getting my text field to hide/show properly. here is the example: JFiddle Example What I want is for the text field to only show when the selected value is equal to one and ...
0
votes
3answers
120 views

jquery show hide, numerous divs lag problem

I have a rather extensive list of titles and definitions to which I have a show/hide effect applied to. Im assuming from the sheer amount of text and items, the speed at which this occurs is almost ...
0
votes
2answers
41 views

How to show/hide a cell based on a specific option being selected in a dropdown form element?

I have a form which has a "how did you hear about us?" section. The user can select different options from a dropdown form element. If the user selects "other" I want a text box to show allowing the ...
0
votes
6answers
946 views

Close jQuery hide/show div on load?

I have a jQuery hide/show div script for the FAQ portion of my page. Everything works great except the questions are opened upon loading and I would like them to be closed. Here is the script: ...
0
votes
1answer
2k views

Cocoa: programmatically show/hide custom NSWindow with custom NSView

First of all I have to inform you that I am new to Objective-C and Cocoa. I have read some books about that and I am able to build quite simple programmes now. it's been 15 days that I'm stuck with ...
0
votes
2answers
507 views

cannot disable UIButton

I have UIView > UIView > Custom UIButton with a simple image. It is a refresh button that I need to hide while I am downloading and processing the xml file, so the user is not able to trigger the ...
0
votes
2answers
427 views

Show/Hide child table(html) on selection radio button in master table

I have requirement where on selecting radio button in the main table a child table has to appear below. Can anyone help me......pls. thx.
0
votes
3answers
427 views

How do I show/hide multiple divs (not possible for each to have a unique ID) in a Rails app?

I need to create a 'Reply' button that shows a form for any item in a feed. In other words, it can't be showing/hiding something with a unique div id, because it has to work for any of a (potentially) ...
0
votes
1answer
683 views

Show/Hide divs on radio selection

I have 3 divs that contain radio with labels and beneath each radio button I would like to show/hide a form based on whether the radio is selected or not. Code idea: <div ...
0
votes
4answers
3k views

How to use jQuery to show content based on whether radio button is checked

I'm stuck on something. I have a form that has fields which only show when a particular radio button is checked. This is easy enough to when someone is filling out the form for the first time using ...
0
votes
3answers
642 views

How to show or hide the next div based on all the form fields of the previous div being filled or not!

I have a form with many divs inside. Each div is categorized and has various fields to be filled up by the user. I want to have a flow here so that the user can fill the fields in the second div only ...
0
votes
3answers
937 views

show/hide div based on radio clicked with class

I have 4 radio buttons that correspond to 4 different divs. i want to fadeOut the current div and then fadIn the new selected one. right now its working but just fades between images. Also is there ...
0
votes
1answer
193 views

How to hide Amazon webstore default toolbar with Prototype?

after playing around this morning, i've found that there's this default chunk of html code in the amazon webstore which will add a toolbar on top of the page. the html looks like below: <td ...
-3
votes
1answer
1k views

Show/Hide Div from within UserControl Server Side [closed]

Show/Hide Div from within UserControl Server Side