Hello
see this demo from jquery ui
you have to hold down the Ctrl key to make multiple selections
I really like the code but I don't want to force my visitor to press ctrl key
I want the code to allow multiple selections without holding ctrl key
is this possible?
...
I have a user control (ascx), in this user control I wanna use a .js file.
So I include on top of it.
On the other hand, sometimes I use this user control in a webpage that this script has already been loaded on it before.
How can I make a declaration and make it actual only if the page doesn't contain another tag for this script?
...
Hi all,
I have a hyperlink in my website that I want to be part #A0A0A0 and part #880000 for a:link and a:visited and I want it to change to part #FFFFFF and part #AA0000 for a:hover and a:active but I want it to be all one link. I have tried two solutions so far but neither worked out the way I want.
The first was:
a.menu:link { colo...
I have either a div element, or td element in a table that is editable, i.e. you click the element and popup lets you edit the text. I would like to be able to add an "edit image" in the top left hand corner of the editable element. At the moment, all I have is when you rollover the element, the background changes to yellow to indicate. ...
Hello
How to pass multiple checkboxes using jQuery ajax post
this is the ajax function
function submit_form(){
$.post("ajax.php", {
selectedcheckboxes:user_ids,
confirm:"true"
},
function(data){
$("#lightbox").html(data);
});
}
and this is my form
<form>
<input type='checkbox' name='user_ids[]' value='1'id='checkbox_1' /...
How can I link to html pages if they are in same or different folders without writing full path?
...
In firefox, safari, ie8, the menu system on my site works great.
However, in IE7, the link items simply disappear! I've tried many things to see where they may have escaped to, but they have seemed to simply vanish!
This site seemed like it might be onto something, except there are no floats in my header section whatsoever!
Now, I'm u...
i have the following relevant code in the header of my html doc:
test1.value = System.Gadget.Settings.read("Date1");
And I'm trying to display the test1 value in the body of my html doc.
It displays when i use:
<input type="text" id="test1" />
But isn't working when i use (in the body):
<script type="text/javascript">
documen...
I'm currently working on a new Magento template, and I'm facing problems with jQuery.
My current code for app/design/frontend/default/blank/template/catalog/product/list.phtml is similar to follows (the page is hosted here: http://nordschleife.metaforix.net/118/118/index.php/panasonic.html)
<table border="1">
<tr>
<th width="178"...
I got the following Html:
<div class="horizontalRadio">
<label for="SearchBag.DisplayTypeChips" id="DisplayTypeChipsLabel">
<%=ViewData.Model.T9nProvider.TranslateById("CommonWeb.Chips")%>
</label>
<%=Html.RadioButton("displayType", DisplayTypes.Chip,
Model.DisplayType.Equals(DisplayTypes.Chip.ToString(), StringComparison.Invaria...
I have some html that looks like this:
<div class="block">
<div id="item1"></div>
<div id="item2"></div>
</div>
<div class="block">
<div id="item3"></div>
</div>
I'm trying to check to see if my div will contain a specific element. I need to loop though each block, then get each item.
What I've got so far
$('.block...
UDPATE!!!
Suggested answer is NOT correct, my mistake. The #container DIV should've had "float:left;". Please verify the HTML in Firefox and IE7. You can see the difference!
I can't get a nested DIV to display above a hierarchically higher nested DIV by using z-index... The overlay keeps laying over the lower nested DIV even though the...
I have a Quicktime movie that has a poster image, when the movie is done I would like it to revert back to this poster image. Is this possible?
...
In my current asp.net-mvc project one of my pages allows the user to select a value in a dropdown box after wich a post request is made that updates several values.
To make sure the delay from the postback doesn't confuse the user into selecting another value (and thus creating another post, creating another delay etc) I set the select's...
The table renders differently in Firefox from IE8/Chrome.
The website is here: http://nordschleife.metaforix.net/118/118/index.php/panasonic.html?id=5&___store=uk&___from_store=default
I'd prefer the looks & feel of the table under IE8/Chrome, as the lines are light gray instead of completely black.
Is there anything I can do ...
I am looking for QuickForm replacement. QF has perfoprmance issues with, for example with many optiion in combobox. I would also like something more object oriented, like Zend_Form, but without decorators and so much bloat. OF cource it should be also warning with E_STRICT. Any recomendations?
...
Very straightforward:
Is it possible to prevent the browser from scrolling when a user pressed arrow keys?
...
Hi Friends,
I am using a dropdown, which having the width of 100px. But the content with in that dropdown is more than that - its not visible to the user, so i go for title (ToolTip in html). Its not working in IE 6..
What is the alternative method for this.. mouseover event is also not working in . Please help and clarify the bug
<s...
Hi there,
can anyone help?
I have a simple html file which i am filling via javascript, in firefox all the content below autosizes hence the more content i add the content below (in another div) moves down but in IE it doesn't. I am using overflow set to visible
this is the html (part of) - its the id="extras" i am adding to, i am ad...
Hello
I have this text
$string = "this is my friend's website http://example.com I think it is coll";
how can I extract the link into another variable
I know it should be by using regular expression especially "preg_match" but I don't know how?
Thanks
...