1
vote
0answers
3 views
How do I run event triggers and their bound methods synchronously using jQuery?
The function below is called upon page ready, and is designed to mimic clicks through various anchor links, and to trigger those anchors' bound methods so as to reproduce the same …
0
votes
0answers
21 views
Can’t change this javascript to read less for height than width on mousemove
Hey,
So I'm trying to set up this jQuery CSS dock menu and you can enter in a proximity in the setup. The proximity determines when the zoom will be triggered, but you only get to …
0
votes
2answers
26 views
domai name availbility checker
actually i am looking for jquery and php script for checking domain name availability and whois.
like this example
http://davidwalsh.name/?s=WHOIS%20Domain%20Availability%20Check …
5
votes
3answers
1k views
Facebook style JQuery autocomplete plugin
Im after a plugin to do autocomplete like facebook does in that you can select multiple items - similar to how tagging a stackoverflow question works.
Here are a couple I ran into …
0
votes
1answer
25 views
jquery change event in opera and ie — setting hidden fields
I have a jquery change function where hidden fields are set to their respective values upon satisfying some conditions. I also have an extra button to check if the hidden fields' …
0
votes
1answer
38 views
How do I use multiple sources with the jQuery plugin fullCalendar?
Hi there,
I've got a functional fullCalendar http://arshaw.com/fullcalendar/ working retrieving a single source from Google Calendar for the events like so:
$('#calendar').fullC …
0
votes
1answer
53 views
How could I change the color of individual dates in a Jquery UI calendar widget?
Given an inline JQuery UI datepicker, I want to change the background colors of individual dates. So I want to be able to set "October 5th, 2009" to green and "11/6/209" to red. …
1
vote
1answer
10 views
tinyMCE problem with jQuery load
I have a DIV and a Load button on my page and when I click in Load button the jQuery loads a HTML from another file, this HTML file have texteareas and start tinymce.
Ex:
<sc …
0
votes
3answers
24 views
jQuery: hidden elements - general question
hi,
when elements are hidden, you can't read eg. their dimensions, is this a general javascript problem or is there maybe a workaround in jQuery?
i'm having eg. some tabs which c …
2
votes
3answers
344 views
return focus to contenteditable after execCommand?
Hi all,
I have the following code demonstrating contenteditable property and a button that will inject bold text into the paragraph with contenteditable area. My question is how t …
0
votes
3answers
50 views
Loop through a string with jQuery/javascript
Hi
I am loading a simple txt file from the same server as the current web page using jQuery - this file will always include a plain number with no formatting - e.g. 123456
$(docu …
0
votes
3answers
13 views
jQuery: move element by relative value
hi all,
(meaning an elements left-value):
what's the easiest way to move an element - eg. 10px to the left (from its current position)?
thx
2
votes
2answers
17 views
jQuery: selector question (parent)
hi all,
i'm having this markup:
<ul class=container>
<li rec=1>
<div>
<div>
<div>i'm here</div>
…
0
votes
1answer
11 views
Flash video still playing on DIV that is removed using jQuery (IE bug)
I have some jQuery tabs one of which holds a flash video. When I play the video in one tab and click to another in FF or Safari the video stops along with the sound, clicking back …
2
votes
2answers
21 views
jQuery.Get, parameter with special characters
Hi,
I'm trying to write a jquery interface which requires me to pass a couple of parameters to our CMS. These parameters are in the form "attribute[n]:token" so in a URL you'd end …
