Tagged Questions

0
votes
2answers
35 views

Shopping days till christmas counter jQuery

How to calculate shopping days till christmas counter in jQuery. need to add to website. need quick and dirty. no partiaulcar date it needs to correspond to needs to ignore weekends of course - or …
0
votes
2answers
47 views

Nested ordered lists

Hi, have any of you ever had the need for a nested list like this: 1. Item 1 1.1 - Subitem 1 1.2 - Subitem 2 1.3 - Subitem 3 1.4 - Subitem 4 1.5 - Subitem 5 2. Item 2 2.1 - Subitem 1 …
0
votes
5answers
40 views

using jQuery AJAX with asp.net webservices always goes to error: instead of success:

Issue I have an aspx page with jQuery code to send an ajax request over to an asmx web service file (on the same website). The response that comes back is not consistent, however, it consistently …
0
votes
2answers
47 views

Check if object is a jQuery object

Is there a fast way of checking if an object is a jQuery object or a native javascript object? example: var o = {}; var e = $('#element'); function doStuff(o) { if (o.selector) { …
0
votes
2answers
20 views

jquery getscript for iframe object

Hi, I've got a dynamically created iframe that I'm trying to add a script to. For example: var iframe = document.createElement("iframe"); I'd like to inject javascript into this iframe. I've got …
1
vote
3answers
31 views

How to show Page Loading image/div/text until the page has finished loading/rendering

Hiya, I have a section on our website that loads quite slowly as it's doing some intensive calls. Any idea how i can get a div to say something similar to "loading" to show while the page prepares …
0
votes
4answers
26 views

Copying INPUT FILE value to INPUT TEXT with click in jQuery

I would like to copy the value of a input:file to input:text. I can do it with plan JavaScript but I will like to know how to do it with jQuery. ----JavaScript // This what the script would look …
0
votes
1answer
35 views

jQuery slide/fade functions

I'm trying to modify this snippet: $(document).ready(function(){ $('.showscript').show(); $("div.content:not(.about)").hide(); $(".subnav a, .mainnav a").click(function(){ …
2
votes
2answers
32 views

Using jquery, how to I animate adding a new list item to a list?

I have a simple javascript function that allows me to add an item to a list. Note that I use JQuery... function prependListItem(listName, listItemHTML) { //Shift down list items... $("#" + …
0
votes
0answers
32 views

window.resize event firing in Internet Explorer

As you are aware, in Internet Explorer, the window.resize event is fired when any element on the page is resized. It does not matter whether the page element is resized through assigning/changing its …
0
votes
3answers
39 views

clear textbox after form submit

I have a form which posts using ajax and reloads the div underneath. I need the textbox to clear when the submit button is pressed. <form name=goform action="" method=post> <textarea …
0
votes
2answers
39 views

Running jQuery call in Firebug Console

Sorry, new to Firebug. I really find being able to run javascript in the Firebug console window helpful. However, I don't seem to be able to run jQuery calls in the console. For example, in my …
0
votes
3answers
25 views

Using Ajax callback variable values in JQuery dynamic click handlers

I'm doing a simple ajax query which retrieves a variable-length list of values as JSON data. I'm trying to make a list based on this data which has click-functions based on the values I got from the …
0
votes
3answers
34 views

Apply conditional statements within string output in JavaScript.

Hello, I'm using a jQuery plugin named "jParse" to parse an XML file like so: $('#content').jParse({ ajaxOpts: {url: 'data.xml'}, elementTag: ['title', 'description'], output: …
0
votes
4answers
75 views

How to ignore mouse activity until function completes

I use the following code to slide out a div on a mouse-over, wait a couple of seconds and slide the div back. $(document).ready(function() {$("#divider").mouseover(function () …

1 2 3 4 5 336 next
15 30 50 per page