i have a div id=holder, and inside a coda slider. it works alright, but to avoid the flickering in certain browsers, i decided to make holder display:none, and then display:block on $(document).ready
The problem is that, for some reason, when the parent div is display:none, the coda slider doesnt have any effect.
any workarounds or ide...
I am experiencing a strange IE6 problem. I have an ajax request which refreshes a part of my page. However after the DOM injection the select boxes are disappearing and after a fraction of a seccond they appear again.
Is there any way to prevent this? or solve ?
I am using jQuery for the ajax part.
Thank you!
...
How can I use jQuery to fetch the SRC attribute of a value?
...
I was trying to build an <a> tag and set it in a <td> of a table. The string is built perfectly but when I set this as the innerHTML using jQuery, the string gets broken. I can't figure out why this is happening? Any clues?
Here's the string I want to set in the <td>:
<a onclick='return EditIssueItemBatch('1c1e27a2-beac-4772-a26f-6a7e0...
I've got a set of radiobuttons on my page. When you select any one of them, I'm forcing a postback to the server.
I default one of the radio buttons when the page initially loads. But then I do not want that default button to fire my jQuery script on the first page load because it causes an unecessary postback. Once the page loads, i...
Hello,
Ive just started using jquery for the .load ajax functionality. When i load an external page to a specific div it loads fine. inside the external page there is an .append that .appends javascript to the head. This works on the initial load but when i use .load to load it this portion is not showing.
//This is the .load for the d...
I am trying to use the Jquery cookie plugin to remember the last selected tab.
I can't seem to get it to work.Do i need anything else apart from the jquery lib and cookie plugin???
This is the code:
<script type="text/javascript">
$(document).ready(function() {
$("#tabletabscampaigns > ul").tabs({ remote: true, cache: tru...
Hello,
how do I implement a rapid gridview with two columns, with ability to add rows by clicking the add button, and remove in the same way.
I look for plugins, but often contain many unnecessary option in my case, I'm looking for something fairly simple.
solution jquery, ajax.. I'm using ASP.net (C #)
I've already prepare this for ...
I have 2 select options. I want to change the drop down options in second select options based on what I select in first select options. How do I do that in jquery?
<select id="Manage">
<option value="a">A</option>
<option value="b">B</option>
<option value="c">C</option>
<select>
Second select option if A is selected from f...
I am working on a site and it works/looks great in Safari, Firefox, Chrome and IE8. For some reason when testing it in IE 6 and 7 the jQuery does not work (the images are there but static) I get the following error message:
Internet Explorer Script Error.
Line: 38
Char: 1
Error: Expected Identifier, string or number
Code: 0
Can some...
This is a really hard problem to put into a brief sentence, so I apologize if I kill it.
I launched a site recently which had been extensively tested on my local web server on all my desired browser platforms, including IE8 (IE8 standards mode, XHTML Strict). I encountered no problems at all until the site went live on a dedicated web ...
when using JQuery, HTML, PHP is mandatory to make your web pages validate even when JQuery, HTML and PHP can sometimes cause havoc as well as being backwards compatible,
...
So here is my question. Using javascript/jQuery I am currently loading in an XML file that has a file name such as carousel_large_2010-06-08.xml.. the way I am doing it is checked for todays date then grabbing a file that has that date in the filename... the issue is sometimes they wont be uploading a new file for a given day so it needs...
when using JQuery, HTML is it mandatory to make your web pages validate even when JQuery, can sometimes mess up your html for instance when using the slideDown on multiple links on the same page.
...
Hi to all.
I'm searching for a trip in jQuery for changing the background-image of the body (or of a 100%-height "wrapper" div) on a click event of a class element, with a cross-fade transition effect.
Is it possible?
Thank you in advance.
...
I am trying to display a waiting spinnger, while uploading a file. I am able to show the spinner, and to do the upload, when doing it individually. My problem is how to combine these two.
The Jquery Javascript looks like:
<% javascript_tag do %>
function showLoading() {
$("#loading").show();
}
function hideLoading() {
$("#loading")...
Adding a validator to my form:
jQuery.validator.addMethod('whatever', function(val, el) {
// whatever goes here
}, 'A maximum of ' + $('#my_id_here').val() + ' categories can be selected.');
This doesn't fly. I always get undefined. Is this a good, simple way to do this?
Thanks
...
Hi All,
How do I conditionally add the style 'color:red' to the .CurrentDifference if the value happens to be a negative value?
Thanks,
rod.
<div class="sRow">
<div class="sLabel p40">
Difference:
</div>
<%= (!String.IsNullOrEmpty(Model.Amount)?Model.Amount.CurrentDifference.ToString("c"):string.Empty) %>
</div>
...
I have a report on RDLC.suppose this report of any account software.clicking on this report i want to show this report child report.
Suppose i have Four report names are A,B,C,D,E.Click on button I see the report A, click on report Column I see report B or C or D,E next report show on basis of click on column.I actually want to drill dow...
Hi
I noticed that jquery ajax request sometimes take about 1-2 seconds before the responce comes is this normal and is there any way to short that time to minimal?
The responce type is json and it's small html code.
Thanks!
...