Tagged Questions

0
votes
2answers
45 views

jQuery can’t catch div

I get dynamic content with Ajax and i put it in a div, but the problem is that i have diffrent ids for some child divs(from the dynamic content). So i have added selectors for thes …
0
votes
2answers
15 views

Good & Simple PHP Cart Recommendation?

Hey All. Can anybody share a open source Good & Simple PHP Cart?
0
votes
4answers
37 views

Filtering a list as you type with jQuery.

I was planning to create an unordered list of users of my web application using a simple database query, but then was planning to let people filter this list down by typing the per …
0
votes
1answer
26 views

PHP Combo Box AJAX Refresh

I have a PHP page that currently has 4 years of team positions in columns on the page. The client wants to select the players in positions and have first, second and thrid choices. …
0
votes
2answers
26 views

Ruby on Rails - AJAX - div problem…

I am new to rails so go easy on me. I have built a blog and I am attempting to add a "vote up" type feature to the /posts/index.html.erb page. Kind of like Facebooks's like feature …
0
votes
2answers
55 views

How to get django and jquery .ajax to play nice - not triggering success

At this all evening and can't see what I'm missing: JS: $(document).ready(function() { $("#form").submit(function () { var txt = $('textarea[name=text]').val(); …
0
votes
3answers
24 views

Optimizing an Ajax based website for Google Search

Hi all, I would really like to hear your opinions about search engine optimizations for an Ajax based website. The study case is the following: http://projects.trapexit.org/ Wh …
0
votes
4answers
41 views

How to read all values in an array returned by a PHP file using AJAX?

I am using AJAX to fetch a multidimensional array, so a multidimensional array is returned to AJAX, how can I deal with the data with AJAX? I need to read all values in the multidi …
0
votes
1answer
19 views

How to return all result rows resulting from a SQL statement execution to the page where the AJAX request came from

How to fetch all result rows in MySQL+PHP? You know, if I use mysql_fetch_assoc() , it only returns one result row as an associative array. I am using AJAX to fetch the data in a …
0
votes
3answers
31 views

jquery: is it possible to specif a port in a ajax call

Im trying to use jquery to make an ajax on a specif port $(document).ready(function() { $.ajax({ url: "http://test_serve:666/test.php", type: "GET", data: ({value_test: ' …
0
votes
2answers
25 views

Ajax Question - Ruby on Rails - Error: Couldn’t Find Post without an ID

Ok, I am new to rails so I hope I explain this well. I seem to have a problem with a form collecting the proper information. Work in one spot and not another. Here is the situation …
0
votes
2answers
28 views

How can I have a function perform after a Datetime in my DB is met?

I'm creating an auction site where users can bid on items. I want to create a script that sends an email to the winner of an auction item once the datetime in the end_auction colum …
0
votes
3answers
37 views

Concerning AJAX, PHP, and processing forms

I want to use AJAX to process a simple login form. I thought it'd be pretty easy, but I just can't get it all to work. index.php <html> <head> <title>AJAX Login …
1
vote
2answers
35 views

Google Maps: geocode addresses asynchronously, but get their responses in order

I'm trying to plot lines between two or more addresses in Google Maps. The idea is that addresses are in an array (in the order of the route taken), then the array is looped over a …
1
vote
1answer
18 views

JQuery AJAX .load - flash chart doesnt load in IE

Hello, An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart …

1 2 3 4 5 286 next
15 30 50 per page