[jQuery] JQ mouseover keeps firing AJAX GET -- how to make it fire once?

2009-11-29 Thread TrixJo
I put my mouse over the element and my JQ .mouseover keeps firing loading my AJAX script over and over again like a crack addict on LSD. How do you make it fire once? $("#swapImage").mouseover(function(){ // get input string from the input f

[jQuery] JQuery: Trying to make a Login Form

2009-11-28 Thread TrixJo
I realize there are lots of tutorials posted on how to make a JQ login form. Unfortunately none that i have googled address the two problems I am having: My JS Code which is in the head of my login form: [code] http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js"> $(doc

[jQuery] Warning: file_get_contents error -- wtf?

2009-08-23 Thread TrixJo
Do any of you get this problem? Warning: file_get_contents(http://search.twitter.com/search.json? lang=en&rpp=5&q=District+9) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/site/ public_html/trendingtopics.php on line 51 It tends to app

[jQuery] Trying to pass vars from multiple triggers

2009-08-23 Thread TrixJo
Hi I have multiple triggers and I am trying to pass variables via a "rel=" tag (which are unique id's) for each trigger I can get most of it working, problem is that since there are multiple triggers with id="newsTrigger" only the first listed trigger works Using PHP/mySQL. An example trigger

[jQuery] Obtaining the value of an element

2009-08-23 Thread TrixJo
Hello Using PHP to output some mySQL table data: code: echo ''.$row[id].'. '.$row [topicTitle].' '; ... ... there are 40+ rows, all with a unique $row[id] /code So if the user clicks the span id approveTitle I initiate an ajax request I want to update the row in the mySQL table that the

[jQuery] Making Web Game- Need Hitpoint XP histogram/line graph

2009-01-31 Thread TrixJo
Hi there, I have been using Yahoo UI for the past couple of years and finally jumped ship and have come over to JQuery mainly because of all of the amazing things I am seeing! I am making a simple web game. Users can level their avatars and engage in combat. Therefore, I require a horizontal hi