Tagged Questions
0
votes
3answers
36 views
InnerHTML Update Not Working
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", "myurlhere.php", true );
xmlHttp.send();
var display = document.getElementById("display");
display.innerHTML = xmlHttp.response;
This is my ...
0
votes
0answers
11 views
Twitter Like, then share! Javascript
I have a hopefully really simple question...
I want to make a page with 2 links to like 2 different twitter pages, and a hidden text box. The hidden text box would be enabled once the 2 "follow" ...
0
votes
2answers
24 views
Can't use jQuery to change select value to option dynamically populated by ajax
Changing the value of a select option just like this, http://jsfiddle.net/ueDTd/, doesn't work if the options are populated by AJAX.
This is supposed to change the option back to what it was after ...
0
votes
1answer
45 views
Javascript Ajax success image replace
I have problem.
That code should change image on site after success or error:
pastebin
if(isset($func) and $func == 'claim_bonus'){
global $ado;
$user = escape($_GET['user']);
$type = ...
0
votes
1answer
17 views
Twitter Bootstrap tab contant wont switch unless directed to page through AJAX
I am using the Bootstrap framework through out the entire site for the responsive design ability. I am also using AJAX calls to switch between every page. On one page I am using the Bootstrap tabs to ...
0
votes
0answers
25 views
Ajax Error: Uncaught exception: TypeError: 'XMLHttpRequest' is not a constructor
index.html
<script type="text/javascript" src="js/github.js"></script>
<script type="text/javascript">
var github = new Github({
username: "username",
password: "password",
...
-1
votes
1answer
28 views
Image crop & upload [closed]
I'm currently building a custom build Content Management system built on PHP. I want to add in an image upload feature with a cropping tool so the image uploaded fits in the space correctly. I have ...
0
votes
2answers
43 views
jQuery ajax script wont work with n number of forms from PHP
I have a little problem with my AJAX jQuery script and n number of forms...To be more precise, PHP script generate N number of forms (form include one textarea and one button), and in head tag I ...
0
votes
1answer
51 views
my popup isn't working, but seems fine to me, what's wrong?
My question is quite straightforward: my popup isn't working and I can't see what's wrong here. I use this plugin: http://dinbror.dk/bpopup/ (5a)
This what my code looks like:
// links to css and ...
-1
votes
0answers
23 views
Paypal checkout without posting hidden variables [closed]
I integrated a coupon field to my checkout page through javascript.
The problem is that you can see all my coupon codes and their values trough the source code of my website.
How can I avoid that?
...
-6
votes
1answer
52 views
how to change an image without reloading the page using jquery/ajax [closed]
Hey guys i don't have any code to show for this but the main thing i want to know here is how i can change the image of the "profile picture" div after upload without reloading the page..
but just ...
0
votes
1answer
20 views
Backbutton With Ajax loading Content
This will load the content to the page and change the URL. The problem is that the back button and the forward won't load the content agin. They only change the URL. How can I make them load the ...
0
votes
0answers
25 views
how to improve image loading in jQuery Ajax?
I have XML file that i am converting to HTML using jQuery. each record in XML have multiple URL for different images and I have to display 1st image of each record along with it specific data in HTML ...
0
votes
2answers
52 views
Ajax auto suggest, not working in Internet Explorer
Can't figure out why queries made in the search box are not being retained in IE (of course). Can somebody please open the link below in IE
...
0
votes
0answers
28 views
custom meta box with submit button in wordpress
I'm making a custom meta box for wordpress plugin, and I have two inputs and one submit button in the form with an action inside the meta box. I want the submit button do the form's action only, ...
0
votes
2answers
95 views
Can't get AJAX script to work
I have a table which has a list of transactions and am trying to do update the table contents at set intervals. I am running this page on a linux red hat server. It is just the AJAX that is not ...
0
votes
2answers
39 views
jQuery resize() event not firing on input resize. Alternate solution? [duplicate]
As the title says, the jQuery event resize() is not firing when the width of a input box changes. According to the jQuery API documentation, resize event is sent to the (window) handler. So my ...
0
votes
1answer
35 views
form onchange AJAX function for PHP database query
I am quite new to AJAX and would appreciate any help. I have been trying to use AJAX onchange of first drop down menu to call a function for PHP to query database and populate matching results to ...
0
votes
1answer
60 views
Populate Combobox with ajax [duplicate]
Hi I am trying to populate a combobox using ajax, but I cant get it work. This is my code, I get the data from a Servlet.
$.ajax({
type: "POST",
url: "../../sListarProvincia",
...
2
votes
2answers
49 views
Javascript/AJAX Asynchronous Loading Spinners
I am trying to make a basic enough page that allows the user to execute a php script by clicking a button. Each button will have a loading spinner popup on clicking.
My problem is, on clicking one ...
0
votes
2answers
53 views
Ajax/PHP value not incrementing more than once
I'm working on developing a very simple voting system and as a proof of concept I have a div with a php defined variable that is supposed to be incremented by 1 when the button is clicked. What I ...
0
votes
1answer
62 views
Check if username exists - cross browser issues! Suggestions?
I've a registration form and it checks existing usernames and email addresses in the database dynamically. However, it doesn't seem to be working on either FireFox or IE. It's great on Safari and ...
0
votes
2answers
37 views
JavaScript opacity of a table element
I'm a beginner in JavaScript and AJAX!
I have a JavaScript code that updates an HTML table element (contained in a div) using AJAX when the state of a select element changes.
That part works ...
0
votes
2answers
31 views
How to change max or min value of input type date from ajax
I have two input type dates like:
<input type="date" name="first_date">
and other like:
<input type="date" name="second_date" min="first_date">
now what I want to do is that when ...
0
votes
3answers
26 views
hide loginbox with delay with jquery
I have this jQuery to display a loginbox and hide it after a successful login. I am trying to delay it to be able to display a message, but it ignores the delay and hide the box immediately.
...
0
votes
1answer
20 views
Fail to get response from Ajax call in static page
I am wondering if it is possible to make an ajax call from a static html (c:\file.html) to my local server?
My html is this:
<div id="debug"></div>
<button ...
0
votes
2answers
40 views
How to bind Events on Ajax loaded Content?
I have a link that should insert ajax loaded content into a div (appendedContainer) of my html page. My problem is that the "click" event I have bound with JQuery is not being executed on the newly ...
3
votes
3answers
58 views
Url format in a json query string
In jQuery.getJSON it says:
Data that is sent to the server is appended to the URL as a query
string
What is the format of this string? I see a url of this format coming from such a jquery ...
0
votes
3answers
67 views
Javascript document.write overwriting a php page
I have this Javascript function:
function capitalizeFL(string) { //takes a string, returns it with first letter capitalized
return string.charAt(0).toUpperCase() + string.slice(1);
}
A file ...
-1
votes
4answers
68 views
Features list html and php [closed]
I want to introduce something like this on my website:
But I don't know where or what to search for on the web.
The objective is to create a string with the right features list to introduce in a ...
-3
votes
1answer
37 views
Get data from wikipedia related to keyword submited through form [closed]
i have a scenario in which a user enter keyword in a textfield i want to get the concerned data to that keyword from wikipedia.
is there anyway to do this.
<form method=POST ...
0
votes
3answers
29 views
click event for elements loaded with ajax
I am making image slider . i am loading all images using ajax .i want to write click event for the images but because they are loaded with ajax they are not working .
$.ajax({
...
0
votes
4answers
62 views
Refresh only one div with AJAX
I want to dynamically reload only one div in my page every five seconds. But in my response I get the content of the whole page... How can I get only the content of the specified div ?
<script>
...
2
votes
3answers
56 views
ajax succuss function not working but showing in the firebug console
I am creating simple search.
This is work perfect without using ajax and I did it with ajax.
In firebug console showing the response array but in ajax succuss funtion does not trigger the data.why?
...
0
votes
3answers
37 views
how to fill combobox with ajax function?
I am using an ajax funtion for filling combobox. I have an ajax code like this.
$(document).ready(function() {
alert();
$.ajax({
url:'Stations.php',
type:'POST',
// data: 'q=' + ...
-2
votes
5answers
65 views
JavaScript Being Called
So I have a ajax function which appends data to a php page. It works like a comment panel that when you scroll to the bottom you can click a button and it loads more comments. This is the ajax ...
-1
votes
0answers
26 views
Large Scale Application needs to share HTML code from 2 repo's [closed]
We are working on a large web application that has a lot of AJAX and front end code.
We have setup 2 git repository's for each of the modules, front end (user side) and back end (admin side).
We are ...
0
votes
0answers
47 views
AJAX issue on displaying HTML data encoded with JSON
How can I display correctly DIV elements from a successful AJAX call?
<script>
$("#form").submit(function(){
$.ajax({ type:"POST",
url:"index.php",
data: ...
0
votes
0answers
18 views
I need to enter information to a bootstrap popover, then display that information via ajax.
I need to enter this information in this form. and then display in on that same page once the user has submitted the form. So that they can view the information the entered and submitted through the ...
0
votes
2answers
28 views
Using XML to populate an HTML page based on user defined options
I have a list of products that I want to return to the user depending on their selection from 3 options. The kicker is that this has to be a static page with nothing more fancy than javascript, HTML ...
-1
votes
3answers
59 views
How to change src attribute of all images in anonymous function
I'm trying to get an html page with the $.get function. The content of this page is contained in my "data" object. What I want to do is to parse my data and change all his src attribute of img's tag.
...
0
votes
2answers
46 views
I want to show a message while fetching results
I have this JavaScript code to search my DB and to show results. I want to to show a message "please wait.." while fetching results. I have written that in line 3 (from last).
I mean, I want to show ...
2
votes
1answer
76 views
Auto generate numbering list in HTML using CSS
I've been working on TNC for my client. This content will have a lot of <li></li> tags. So in order to create the automated numbering, I've been using below code to do the magic.
CSS :
...
0
votes
2answers
35 views
Updating via ajax a DB and show the Answer in a Div
i want a kind Like Button on my Page. I have News and there should be a "hooah!" link (maybe you know it from Battlelog, if you are a gamer) that update my Db via a update.php. Updating is fine but i ...
0
votes
0answers
100 views
JQuery / Java Script Automatic Vertical Image Slider
I have a folder with Unknown Number of Images of Same Size and Same Format.
I need a Java Script or JQuery Code to display all images Sliding Vertical Downward in such a way that :
Images should ...
1
vote
0answers
79 views
AJAX form data not sending from PHP included pages
I am building a sign up form, and want to include it into a div on the main page. The main page also includes a 'log in' form.
Both forms are included on the page using php include commands in the ...
2
votes
5answers
55 views
$_GET the value of (&) with AJAX
I have three codes the first one is html:
<html>
<head>
<script type = "text/javascript" src = "AJAX.js"></script>
</head>
<body>
<form method = "GET" >
...
-1
votes
1answer
27 views
Lazy loading with wordpress not working in contents added via ajax [closed]
I am making the pagination working with infinite scroll. But lazy loading is not working in these contents. Please see this live here. I am using following ajax function
$.ajax({
...
1
vote
2answers
41 views
How user <h:messages> only if not null messages?
I was thinking in use <h:messages> in a better way, something like this:
<h:panelGroup rendered="#{not empty facesContext.getMessages}">
<hr/>
<h3>Please inform us ...
0
votes
1answer
61 views
HTML-Content doesn't apply CSS after insert with AJAX
I'm using AJAX to get the page content for a specific page from a database.
That works perfect but now my problem:
For the 'Contact'-Page, I'm getting a form (just HTML...) from the database. But it ...





