Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Google Docs
Each Attachment size should not exceed 1.0 MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Screen name:
amurgola
amurgola's Profile
2
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
Autocomplete with PHP? Can't figure this out
[1Reply]
07-Jul-2010 03:30 PM
Forum:
Using jQuery UI
Okay here's the deal, I'm trying to get autocomplete to work on a form, and its pulling from an PHP file on my server.
Just to make this open, the file in question is
http://textbookly.com/jQuerytest/code/ajax.php?term=test
where test is where the query is. Its output is text, and I think the format is acceptable.
<script type="text/javascript">
$(function() { function log(message) {
$("<div/>").text(message).prependTo("#log");
$("#log").attr("scrollTop", 0); }
$("#birds").autocomplete({ source: "search.php", minLength: 2, select: function(event, ui)
{ log(ui.item ? ("Selected: " + ui.item.value + " aka " + ui.item.id) : "Nothing selected, input was " + this.value); } }); });
</script>
This seems to be the right example code, but when I configure it I can't get it to work. Any ideas?
.load() with submit paramaters
[1Reply]
01-Feb-2010 07:42 PM
Forum:
Using jQuery
Hey guys!
I'm 1 day new to jQuery and I'm having an issue. I have a search box for a load environment, and I cant just load a simple search.php?field=123124312
Right now I have
$("#table").load("/search.php?search=780073404721 #0001");
I need to be able to set those numbers to anything submited through my input field. Any ideas?
«Prev
Next »
Moderate user : amurgola
Forum