hi!
i want to put three jquery slideshows in a div. somehow, without any css positioning the slides wont display below each other, but stacked. how can i get the sildes to display below each other, just as normal divs would?
<div id="slidecontainer" style="background-color: red;">
<div id="q1">
<img src="merkel01.jpg"/>
...
How to determine toggle state>
...
Hi guys
With help from you guys I now have a script that works like a charm.. The only thing I need now, is the script to open the URL in a new tab/window.
$(document).ready(function() {
$("#onskeliste li").click(
function()
{
window.location = $(this).attr("url");
return false;
});
$('#onskeliste li...
I have something like the following
<div id="container">
<ul id="name_list">
<li class="name">
<input type="hidden" class="name_val" value="5" />
</li>
</ul>
</div>
I am trying to get the value of the input. So far I have the following Jquery statment.
$("#container li.name input.name_val"...
I have come across the following jQuery code but could not understand it. What does the following code, specially the "$([])" part in the last line mean ?
var instrument = $("#instrument"),
quantity = $("#quantity"),
orderType = $("#orderType"),
price = $("#price"),
validityDate = $("#validityDate"),
allFields = $([]...
I am currently building a very dynamic table for a list application, which will basically perform basic CRUD functions via AJAX.
What I would like to do is separate the visual design and javascript to the point where I can change the design side without touching the JS side. This would only work where the design stays roughly the same(i...
I have application that brings response via Ajax and creates 5-20 new jQuery click listeners on each refresh. Both IE and mozilla browsers seem to be slowing down with usage. Can this slow down browser performance significantly. Can listeners be "released"?
...
Hello gurus,
Im trying to create link inside my list tag that will have href inherited from link that already exists in this list tag. Don't know how much sense does it makes, but i have this:
<ul>
<li><a href="page1.html">Support</a></li>
<li><a href="page2.html">Products</a></li>
<li><a href="page3.html">Management</a></l...
Hi all,
I use autocomplete plugin: http://www.emposha.com/javascript/fcbkcomplete.html
its work fine in page, but search result not showing when i place in dialog box (iam use Jquery UI).
Please somebody help me...
i have change z-index in style.css but this problem not gone.
<select id="select1" name="select1">
<option value="test...
Hello friends,
i have three subtabs under main tab, when I click main tab defauly I am dislyaing tab1 data using jquery grid, now initially I need disable the tab2 and tab3,
can any one help me out
thanks
...
Hi
I want to use autocomplete (jquery or .net) with force a choice so that the user must always choose something. There can be no possibility of entry, the user can only choose.
Does anyone know how to do this??
I want to use webservice for this purpose, because the results will be a lot, and I'll show you the first few.
I want to ...
I have two lists, one with an ID of "vlist" and one with an ID of "hlist". The "vlist" holds elements which should be visible, while the "hlist" holds items that should remain hidden. The idea here is to allow the administrator of the system to specify which elements/fields should be shown on a sign-up page, and which shouldn't. The two ...
Hi,
i'm building a website in php and i have tables presented that i need to allow the user to:
1. add new entry (only one at a time, which should appear as a new modal overlay)
2. delete multiple selected entries from
3. edit an existing entry (only one at one time, in a view similar to 1.)
4. re-arrange entries up and down. One by one...
And what if you want to autocomplete passwords? I am using similar thing here... I am using Div (id=loginButton) and it has some image - I don't want button control in MVC application (), neither image button. I have hidden input control which is hidden button actually (id=submit_btn).
So, on div's (id=loginButton) click, I want to call...
I'm wondering if anyone has any suggestions as to what the possible cause of the following might be.
I am using an autocomplete script with the following code:
if (that.currentAjaxRequest !== null) {
that.currentAjaxRequest.abort();
}
that.currentAjaxRequest = $.get(query_string,
function(data) {
...
Is there a way to shrink what's inside an iframe without adjusting css?
any magical 'zoom' parameter out there?!!!
I have a 600px preview iframe i want to fit a 1000px site in without scrollbars...
...
Hi I am using jQm Window to load modal window.
http://dev.iceburg.net/jquery/jqModal/#how
i am trying to
jqmShow
Show jqModal element(s).
$('#dialog').jqmShow();
$('.dialogs').jqmShow();
but it throws some JS error,
but it does not load on the page load, please guide me for the same.
TIA
...
I have a strange problem with the validation I am writing on a form. It is a 'Check Username' button next to an input. The input default value is the username for example 'betamax'. When I press 'Check Username' it passes the regex and sends the username to the server. The server behaves as expected and returns '2' to tell the javascript...
Using this jquery code..
<a href="javascript:void(0)" id="m1">Get Selected id's</a>
jQuery("#m1").click( function() { var s;
s = jQuery("#list9").jqGrid('getGridParam','selarrrow'); alert(s); });
Double click evnt on the jquery grid row..
ondblClickRow: function(rowid, iRow, iCol, e) {
$("#tabs").tabs...
Hi everybody,
I have the following table
<table>
<tr class="ligneI">
<td class="col2b"><input type="text" id="desc" class="calcule"></td>
<td class="col2b"><input type="text" id="price" class="calcule"></td>
<td class="calculated_price">220.00</td>
<td class="calculated_price">1800.00</td>
<td><a title="" class="picto06 deleteLink" id=...