1
vote
2answers
18 views

JS/JQuery/PHP - How to echo errors on form validate failure, and jump to div on success?

I have a fixed-position form that can be scrolled out onto the document and filled out anywhere on the page. If they fail to fill out the form properly, the errors are currently echod out onto the ...
-3
votes
0answers
27 views

AJAX not working after rewrite using htaccess

HTML CODE <div class="caption" onClick="getImages('annual-showcase-2013','RMAD\'s 1st Annual Showcase \'2013')"> <span>1<sup>st</sup> Annual Showcase ...
-1
votes
0answers
23 views

Add To Cart Button Click Script How can I do this?

Hi Everyone first off I'm really new to programming, but I'm a quick learner! I would like to create a javascript in notepad++. What this script can do is Auto Add to Cart for me without having to ...
0
votes
0answers
6 views

Dropzone.js addRemoveLinks not working

Hello I am having a problem using the custom options in Dropzone.js. It is not displaying the remove links even when I set it to true. I am not sure if I am going about this wrong or what exactly is ...
0
votes
3answers
24 views

How to load a script in a template footer - CodeIgniter

I'm trying out a more maintainable way to structure my code as learnt by some tutorials at nettuts+. I've succeeded in making my header and footer files separate from the main content of each page so ...
0
votes
0answers
11 views

using PHPQUERY change relative urls to absosulte urls

Hello All i'm extracting the data from another website sending query params and displaying the content in our Website so most of the contents have relative urls now i need to make those to Absolute ...
1
vote
1answer
19 views

Sending image data over AJAX from jquery

I need to send image data (data:image/png;base64) from the clientside using AJAX to my PHP server. My AJAX call looks like this:(form_data contains the image) $.ajax({ url: ...
0
votes
1answer
23 views

Getting data-fields from td:first row

I have a table that gets created using php drawing straight out of a database. Each td is editable and, when the mouse is clicked elsewhere, the new data is sent to the database and updated ...
-1
votes
0answers
29 views

PHPQuery Changing Base url

Hello All i'm extracting the data from another website sending query params and displaying the content in our Website so most of the contents have relative urls now i need to make those to Absolute ...
0
votes
1answer
37 views

PHP autocomplete

I trying to fine tune an autocomplete text box. What I have here works (albeit a bit messy). But I would like to display the values available when clicking into the text box, then filter down as you ...
-2
votes
2answers
39 views

Ajax call return undefined when extract the url

I have the list of 7 blocks in my PHP using 'createDivs' class. I can get the element in the html source on each block in each a time when I press on the enter button of the keyboard. I'm trying to ...
0
votes
2answers
38 views

Php call itself many times through ajax call

I have a php file which makes calls to itself with ajax through a click event. Due to these calls the jquery code (all the code that i have inside the script tags) is repeated, as a consequence the ...
0
votes
0answers
22 views

Fire function on ReadyState - XMLHttpRequest

Learning AJAX. I have the following AJAX script, i am using it primarily for navigation (backend php): function ajaxFunction(linked) { var ajaxRequest; var loading = $('#loading'); ...
-1
votes
0answers
32 views

How can I use is_page() in .js file? [on hold]

How to use WordPress conditional functions in jQuery instead of PHP? Is there anybody who can help me for this. Thanks in advance.
0
votes
0answers
10 views

Jquery Clone - using checkboxes and select multiple fields

I have a working cloning project working. But, I am running into an issue. I need people to be able to select either multiple values in a SELECT box, or select multiple checkboxes for the same name. ...

15 30 50 per page