Search Results

0
votes
3answers
202 views

Simple JQuery ajax script question

How do I make it so that the browser calls up a php page and posts the results in a div every 10 seconds or so? Thanks. I am just learning jquery. …
1
vote
2answers
172 views

How to make simple sliding down divs with jquery

Ok, I'm new to jquery and just learning. I have a bunch of div's that I'd like to have sliding down every 2 seconds or so in one box. So for example, maybe a picture of an apple, then replaced wit …
1
vote
3answers
234 views

Simple ajax onclick question

Hi, I'm having difficulty setting up a simple menu that displays results on a div box: I have a list of 10 links which link to php files on my server that return data. I would like …
0
votes
3answers
470 views

How to detect pressing enter on keyboard using jquery?

I would like to detect whether the user has pressed enter using Jquery. How is this possible? does it require a plugiN? EDIT: it looks like it is the keypress command. …
0
votes
5answers
890 views

How to get screen resolution of visitor in javascript and/or php?

I would like to know the screen resolution of a visitor visiting my page so I can properly make a jquery thickbox cover about 75% of their screen. Solutions to the question or helping me so …
0
votes
1answer
382 views

Jquery - How to run a function onclick only if link is not dragged?

I am running thickbox and jquery ui draggable both on the same page, and they are conflicting. Jquery UI Draggable allows me to drag and drop things from one place to another with this code …
0
votes
1answer
160 views

How to use Google-hosted jQuery UI source?

I need to load the jQuery UI files, and would like to do it from Google. Currently I upload: <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js">< …
0
votes
6answers
674 views

What is Jquery’s alternative to Mootools MochaUI?

MochaUI is very intuitive and the modal iframes almost perfectly replicate Windows. Unfortunately, I have scripts written in Jquery that I use, …
0
votes
3answers
153 views

How to get subset of string using Javascript/JQuery/JSON?

Hi, I want to get a subset of a string in Javascript. Currently, I only know how to store the entire string: I have this as a JSON variable with a callback to foo: foo({"res …
1
vote
4answers
127 views

Good Javascript plugin to display tooltip briefly on page load

Hi, I need a plugin which highlights/points to a div box on the page on page load. The tooltip should then be able to be closed and/or will disappear after a few seconds. I am having diffic …
2
votes
4answers
214 views

How does the “let me google that for you” site make an animated mouse?

How can I make an animated mouse move across the screen and click a button? It would be good for demonstration purposes! Ideally, it would be in javascript and/or jQuery. ED …
0
votes
3answers
186 views

Where can I get a PHP / MYSQL chat room application

My question is an elaboration of this one: http://stackoverflow.com/questions/1093251/php-mysql-ajax-chat I hav …
1
vote
3answers
140 views

What percentage of browsers have Google’s cached version of JQuery already loaded?

What percentage of browsers would probably have Google's cached version of JQuery already loaded? I am asking this to figure out how fast my page would load on an "average" …
0
votes
1answer
74 views

How to display email inbox for Gmail, Yahoo, Hotmail, AOL using Javascript?

I would like to at least display items from the email inbox. (Similar to the new Yahoo homepage) Is this possible without server-side? How does Yahoo do it? Any client-side solution …
0
votes
2answers
149 views

Basic jQuery question: How to change iframe src by clicking a link?

I have an iframe that looks like this: <iframe src="http://www.google.com" height=1000 width="500" id="myiframe"></iframe> I want to create a link so that …

1 2 next
15 30 50 per page