Tagged Questions

0
votes
3answers
129 views

Ajax request using mootools not working

Hi everyone, I try loading content into a div with this tutorial. Unfortunately, this simply loads the HTML file as a new page. This is the javascript that should do the job …
0
votes
2answers
86 views

Loaded AJAX content breaking out of DIV tag

Hi. I'm new to Java/AJAX etc. I have a page with links down the left and a DIV on the right. I want content (other pages) to load in the DIV when users click on the links on the left... beginner AJAX …
0
votes
1answer
9 views

Automatically initialize rich text editor on top of all textarea’s, including ones that are loaded via ajax

I'm developing an ajax heavy web app, and would like to have textarea's (with class="ui-richtext") automatically initialize TinyMCE. This is easy for textarea's that are loaded normally, but how …
1
vote
2answers
42 views

Problem with Jquery Autocomplete

Hello, Im using the JQuery autocomplete plugin (http://docs.jquery.com/Plugins/Autocomplete). I have two input fields on the form,inputfield1 and inputfield2. I attached autocomplete to the first …
0
votes
2answers
103 views

Problem with JQuery star rating plugin and Ajax

I'm new with JQuery, Ajax, JavaScript I have a problem with JQuery star-rating-plugin. I used it in some pages and it works very well. However when I used in an Ajax page, it did not behave the …
1
vote
5answers
86 views

Why does .html work and not innerHTML or appendChild

Hey! I am trying to add an ajax response to a div (it's htmlcode, tables, forms etc). In FF innerHTML works perfectly, but in IE it gives me an unknown error. I tried lot's of stuff, but I only …
0
votes
1answer
18 views

IE 7 textarea breaks between words

Hi all, I've got a LAMP site with a form that a user fills out. For some reason if viewing the returned form submission data on IE 7, it's inserting line breaks between each word. It's a pretty …
1
vote
2answers
33 views

Wicket: how to synchronize requests within session

Scenario: Apache Wicket based web application running on Tomcat server. User opens URL in browser, session is created and simple main page is shown in browser, user clicks on button and AJAX call is …
0
votes
2answers
18 views

X-Requested-With header not set in jquery ajaxForm plugin

I'm using the jQuery ajaxForms plugin to make an ajax submit to my CakePHP app. Cake's RequestHandler detects ajax requests by looking at the "X-Requested-With" header, but the forms plugin does …
0
votes
2answers
32 views

iframe problems

I have a page that has an embedded iframe doing ajax requests.... when i click on a link i want the new link to open up in the main window and not the iframe which it is doing right now... i tried …
1
vote
4answers
191 views

how can i start ajax push website (activemq or cometd or sth else)?

Hello, I want to start an application which will use ajax push, however the web server should be configured properly and i don't know how to start on server side components. I wanted to start with …
-1
votes
2answers
45 views

Cookie - Ajax / Javascript

I have an ASP.NET 3.5sp1 app that is a single page design. The site never posts back. All interaction is done via ajax. (the site is http://BiblePro.BibleOcean.com) Anonymous access, no accounts in …
3
votes
4answers
1k views

Refresh a Div that has a Google ad inside it

Hello all, I have a div that holds a google ad. My website is mostly AJAX and there is no need for a browser refresh. That means my ads will not refresh either, which isnt ideal, a user staring at …
1
vote
2answers
78 views

jQuery: Check if a element exists (which could possibly be added through ajax)

I already know how to check elements that are there when the document is ready: jQuery.fn.exists = function () { return jQuery(this).length > 0; } But this method doesn’t know elements that …
0
votes
2answers
32 views

Contact form using PHP and jQuery form plugin

I'm using the jQuery Form plugin to submit AJAX requests. It's a simple contact from using this PHP script: http://pastie.org/725652 - the only validation happens inside the PHP. Here's my Javascript …

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