0
votes
1answer
45 views
Sort not compatible with IE?
The code below works fine for dynamically reordering links in firefox, but for some reason not in IE (version 7). Any ideas what part of the code is causing problems? Thanks.
va …
0
votes
2answers
38 views
jQuery’s load() doesn’t display images
Good evening everyone,
I am using a JavaScript to load/override content from an HTML-File into specified divs.
You can watch a demo.
The javascript that does the load job looks l …
2
votes
4answers
74 views
Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
I have a timer in my javascript which needs to emulate clicking a link to go to another page once the time elapses. To do this I'm using jquery's click() function. I have used $(). …
0
votes
1answer
25 views
Getting some weird results with jQuery / PHP / MySQL
I'm having trouble getting the expected result.
I have the following jQuery script:
// obj is the return result of another query
jQuery.post("mypath/include/jquery_bll.php", …
0
votes
2answers
36 views
How to gracefully handle iframe breaker?
Hi,
I understand that there is no way to kill the iframe breaker... However, I was wondering, is there a way to gracefully handling it.
So far, I managed to detect it before exi …
0
votes
3answers
42 views
Website problems with Safari
Does anyone know why my site is all messed up on safari? I need to get it live by monday and this is racking my brain.
http://cheapramen.com/JQuery/WildFire/
Thanks in advance!
3
votes
4answers
315 views
jQuery compiled with Google Closure Compiler
Has anyone compiled jQuery against Google's newly-released Closure compiler?
There has been reported huge savings in code size. I'm curious what the benefit is if jQuery was compi …
0
votes
2answers
22 views
JQuery: Select elements that are before an anchor with a specific text
I have a div having a css class "MyClass". Inside this div, I can have any number of checkboxes immediately followed by an anchor having some specific text (lets say MyText for the …
0
votes
3answers
56 views
JQuery: Code is malfunctioning
Hi! I'm trying to reuse parts of some JQuery code I've used before for another website, but for some reason, this use of it is causing the whole page to be blank. When I comment th …
1
vote
4answers
28 views
JQuery background color animate not working
I want to change the background color of 'exampleDiv' from the original white background to when I call the code below to immediate change the background yellow and then fade back …
0
votes
3answers
23 views
jquery javascript: take action when radio button is selected
I have the following radio buttons, none of which is checked by default.
<input type="radio" name="location" value="0" /> home
<input type="radio" name="location" value= …
0
votes
2answers
45 views
Ajax content in a loop
I'm trying to load some ajax content into a table, unfortunately it's only loading the last row multiple times instead of loading each new rows.
This is the code I'm using:
funct …
0
votes
2answers
24 views
Small JavaScript tab library? (alternative to JQuery tab or Tabber)
Hi
I'm looking for a very light weight (small library) that can act as a JavaScript tab
I've looked at both JQuery's Tabs and Tabber.
Both look great and function flawlessly but …
1
vote
3answers
118 views
Showing a div while page is loading, hiding when its done
I want to show a div with a loading animation over my page while the page loads some XML content. Once its loaded, I want to hide this div. How can I go about doing this?
0
votes
3answers
15 views
jQuery .submit problem
I'm having a little problem with jQuery:
I'm having .submit() defined on a form, when I submit the form by clicking the submit button, the even triggers and things works smoothly, …
