1
vote
2answers
32 views
Make search input to filter through list Jquery
Hey, I am trying to create a search field that will filter or show/hide(which ever is best) the list elements based on what the user typed in and clicked the search button. I have …
0
votes
3answers
61 views
How to open an app main interface from the executable instead on the tray icon in c#
Here is the scenario, i opened my application then the tray icon shows, if i double-clicked the tray icon, the main interface will be shown. if i open again my application, the mai …
1
vote
1answer
51 views
C# Form Problem: new form losing control and randomly hiding
Hello, I'm encountering strange behavior with forms on a c# 3.5 app. On a button click, my form1 hides itself, creates a new form2, and shows form2. Form1 also contains the event …
8
votes
2answers
2k views
jQuery - How to Use slideDown (or show) function on a table row?
I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the l …
0
votes
1answer
197 views
jQuery: Cascading popups
Hi,
I have the following code to display a pop-up div:
<a href="#" id="pop1" rel="div#tt1">Click to show popup</a>
<div class="popupBlock" id="tt1">My popup con …
0
votes
5answers
73 views
show div depending on select option
Oh help, I've tried it a million different ways yet it still does not work: If you select update or final from a select/option box, it should show the div that has an input field i …
1
vote
2answers
33 views
Display view in Eclipse menu Window-> Show View
"I have created an Eclipse plugin which creates a view in Eclipse. Currently it is displayed in the Eclipse menu as :
'Window->Show View->Others'.
I want to show it in 'Window -> …
-1
votes
2answers
18 views
Focus on TextArea after calling .show(’slow’);
Can get this to work:
$(document).ready(function(){
$('a#reason').click(function(){
$('div#reasonEntry').toggle();
setTimeout($('#reasonForChange').focus(),10);
…
0
votes
2answers
40 views
Jquery attempting to hide element when clicking on a child
I am trying to hide an element when an image with the ID of 'close' is clicked.
$('#close').click(function() {
$('#ordercell').hide('slide');
});
Should be all I need, from …
1
vote
2answers
60 views
How do I show something after mouseover longer than 1 second with jQuery QTip
I want to display a QTIP (http://craigsworks.com/projects/qtip/) after my mouseover is longer then 1 second on a link. how is this possible?
If im with the mouse over the element …
1
vote
2answers
59 views
on jQuery: with a lot of items show only div of this anchor clicked
first of all: sorry for my english
i have a webpage like this
<div class="item"><div class="details">
<ul>
<li><a href="#">Show div 1</a></ …
0
votes
1answer
81 views
jQuery slideToggle() Internet Explorer problem and jumpy animation
Hey yaa!
I have a big problem with my jquery.
I finally made it that my slidetoggle runs in firefox.
The animation is a little bit jumpy in the end of the animation.
I read a lot …
1
vote
1answer
80 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
64 views
using jquery to display words consecutively
I have a page that has 2 columns of words, 20 total, that are of a certain class (dim) and each a unique id. The ‘dim’ class defines the words as hidden. I have the following jQue …
0
votes
1answer
46 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 …
