Tagged Questions
0
votes
1answer
19 views
Json encoded array issues
I'm trying to figure out what my issue is between the jQuery ajax call and the php return json encode.
When I look at the response in the console it shows...
...
0
votes
1answer
43 views
Reload php scandir() without refresh
I'm using this script:
$userdir = '../../'.$id.'/';
$files2 = scandir($userdir);
$ignore = array(".", "..");
foreach ($files2 as $value) {
if(in_array($value, $ignore)){
...
0
votes
0answers
57 views
jquery key up firing multiple time
i have this code:
$("#search").keydown(function (e) {
var str = $(this).val();
alert(str);
var url = $("#url").val() + "?ajax=true&q=" + str;
$("#tableWrap").load(url, function () ...
0
votes
0answers
31 views
Sending string to php and retrieving database query dynamically using jQuery inside a javascript function
I have this site where you search for a food name it displays it and when you click it, it should display values like calories, fat etc. So there are two db searches.
I'm having trouble with the ...
0
votes
0answers
20 views
How to how more options using backbone collection
How can I fetch data from collection when I am clicking on show more button?
Here this onecollection data from the API to show opinions about a restaurant. When I click, it needs to show data until ...
2
votes
3answers
97 views
Replace a color inside a png
I have a site where I want to change a color of an image.
I have a simple png like this:
<img src="arrow.png" alt="" id="arrow" />
I want to change the color inside in another and after to ...
-1
votes
5answers
37 views
PHP: change page action of a form by url in select
hy, i have a problem with a form. i know the question is simple but i can not have a solution. Well, this is my form:
<form id="search" method="post" action="cerca_redirect2.php" >
<select ...
1
vote
1answer
17 views
Custom sql query in my existing ZF2 (Zend Framework 2) entity
I have a class that already previously had a simple fetchAll() method. I got it from the ZF2 tutorial and it uses ResultSet and TableGateway. Only now I want it to take an argument that I can check ...
1
vote
0answers
15 views
Bootstrap Modal Iframe Joomla
I am currently Trying to alter this component to use bootstrap modal instead of its own, for the light box used by the component is not responsive at all.. and this component is built... very much in ...
1
vote
3answers
39 views
Hide PHP Countdown Timer When Timer Reaches 0
I have this PHP countdown timer script, and I'm trying to have JQuery hide the timer when it reaches 0 days, 0 hours, 0 mins, 0 secs. I know the JQuery show() and hide() functions can be used here, ...
-1
votes
1answer
29 views
Change value of opener document by jquery with data from mysql
I have a problem with change value of opener document by jquery with data from mysql. Mysql data is displayed in table, in every TR I have button which should change data in opener document with data ...
2
votes
2answers
20 views
Cannot open links in new tab with jquery mobile
Why I can't open a link in new tab on my mobile phone?
But when I tried running my script on the PC Desktop, that link can be opened in new tab..
This is my script
if($data[$flag] == 1){
echo ...
-1
votes
4answers
47 views
ajax send string but php do not response [closed]
I want to send a string via Ajax to a php-script on my webpage, but the script doesn't response:(
Js:
$(document).ready(function(){
$("#send").click(function() {
$.ajax({
url: ...
-1
votes
0answers
10 views
Using jeditable with hidden table cells causes unresponsive jquery error
I created a table with more thousand rows (max 100 per page) and 22 cells. To edit the cells I'm using jeditable, which works pretty well with these amount of data. Since many users can edit this ...
0
votes
1answer
79 views
load different divs without reloading the page
I want to develop a web page with four divs and each divs have some datas on it and one edit button,when user clicks on edit button of div user can edit the details and save button will appear instaed ...
0
votes
1answer
41 views
How can I change the color of a button when I clicked the right answer? It is tested in PHP. (CodeIgniter)
I have a number of rows with different buttons. When I click a button, it checks if it's the right answer in that row. This I have already working. What I can't figure out is how to give that right ...
0
votes
0answers
23 views
Possibilty of a loader?
I have a question if I could use a loader in my case?
This is what I have in my index.php file:
<div class="container">
<div class="row">
<div class="span12">
...
1
vote
5answers
38 views
Return json on exit php
I have been using $.getJSON in order to verify if a script has done its job properly, using exit("{'status':true}") (or false) but now I need the script to return a value (or an array). I see that I ...
0
votes
3answers
35 views
Onchange update database
I'm trying to make an page where you can select a value in a dropdown select box. When the selection is made it should update the database using the selected value.
I use 2 pages one including the ...
-5
votes
1answer
36 views
call jquery functions after inserting value in database [closed]
I want to execute a jquery function like button click(), after php insert a record in DB.Is there any way to acheive this?
Thank you.
Edit
i tried to call jquery function like this
if($uresult ) ...
1
vote
2answers
31 views
How to get the URL of the image using jquery in wordpress?
I am developing a small lightbox wordpress plugin in which if a user clicks an image the image should appear in the lightbox. How can i identify URL of the image in which the user clicks, so it will ...
0
votes
1answer
51 views
Javascript autocomplete working on local server but fails on web server?
The code is same on both Web server and local server but using firebug I get two kinds of response links:
Works fine
GET http://localhost/www.test.co.uk/index.php/home_Controller/getSearch/r
...
0
votes
1answer
63 views
How to return a reply from json_encode
i would like tu save a record into my db MySql with ajax.
I have a button into my Page, that call a method in javascript. THe method javascript with jSON call a page in PHP for write a record into ...
-4
votes
4answers
46 views
Hide all cake names
I want to "play" with hide effect JQuery on a blog that i have and i want to make that when i click a button to hide all cake names on my page. I don't realli know how to doi that because i'm a ...
0
votes
0answers
12 views
NicEditor not working ReferenceError: bkLib
I got a problem with my NicEditor. If I use a simple html page which is like this:
<html>
<head>
<script src="http://js.nicedit.com/nicEdit-latest.js" ...
1
vote
2answers
58 views
ajax call with a return json never catch in success
today i'm trying to get a var from my ajax call :
$.ajax({
type: "POST",
url: "insert",
data: { title:title, start:dstart, end:dend },
contentType: "application/json",
dataType : ...
0
votes
4answers
58 views
Use php var in javascript file fault [duplicate]
I have a question about using a php variable in my javascript file.
This is my index.php file:
<body>
<div class="container">
<div class="row">
<div ...
0
votes
0answers
28 views
Windows 8/IE10 Not working with $.ajax Get
So work is upgrading all machines over to windows 8 and we have come across a compatablility issue. This works fine in all browsers except windows 8.
All these scripts are running of a windows server ...
1
vote
1answer
29 views
Upload a base64 img and audio file with phonegap and php
This is phonogap code for uploading captured audio...
function uploadFile(mediaFile) {
var ft = new FileTransfer(),
path = mediaFile.fullPath,
...
2
votes
2answers
36 views
Get File from File Path and Upload - Jquery [duplicate]
I have an output of
C:/Path/file/file.mp3
now I need to fetch the file from the path and upload using jquery
and store that file to 'audioData' variable...
$.ajax({
type: "POST",
url: ...
0
votes
0answers
23 views
Is their any solution for onBeforeUnload and onunload event overriding?
I want to override onbeforeunload and create custom popup for it is their any solution?
I am trying to open a new website it same tab on click of leave page.
here is sample i am trying.
...
1
vote
1answer
41 views
send input type file value with ajax
i have made a form that will be send a input type file, in my server side i want to get $_FILES value so i used print_r($_FILES), but in my ajax response i dont get anything value, here my code..
...
0
votes
1answer
20 views
My jquery form validations breaks the rest of my javascript
The first section of the following javascript works fine for what I want to use it for (navigates through bootstrap tabs via button click)
However, the second section is my form validation, and for ...
-2
votes
0answers
22 views
Codeigniter multi upload files [closed]
I search stackoverflow and I tried many different things.But nothing is worked forme.My jquery is selecting files multiple.I have an array of files.I trying to upload all files which is valid for ...
0
votes
0answers
19 views
Drupal 7 custom theming
I am developing an Drupal site at my job and for one of the pages I have a list of states in a table type design. When a user clicks on any of the states then a list of properties in that state drop ...
0
votes
3answers
51 views
returned ajax query data undefined
Hello I am attempting to create an ajax query but when my results are returned I get Undefined as a response. Except for the object called "hello" which returns back as "h" even though it is set to ...
0
votes
3answers
73 views
Need to convert a $_FILES to $_POST in php
I have to input fields like
<input id="input_A" type="file" multiple="" onchange="doitgood();" />
<input id="input_B" type="text" />
and
function doitgood(){
...
-1
votes
1answer
34 views
Converting WP theme code to a standalone plugin
I am new to wordpress plugin development. Now I am trying to develop a plugin which creates a snow fall effect on Wordpress websites. My code is below:
<?php
/*
Plugin Name: tuhin
Plugin URI: no ...
0
votes
1answer
26 views
500 internal server error when doing ajax request
I'm having trouble investigating an 500 Internal Server Error I get when trying to do an AJAX request ( I'm doing a "PUT" / "GET" ) on my server.
Locally it runs without any issues and it responds, ...
0
votes
1answer
31 views
Disappearing div using JQuery - how do I stop it from reloading next time a page is opened
I've got a div that disappears using jquery+css. It works beautifully, but I am running into a problem. How do I get that div to not reload the next time a user opens a page on same wordpress site. ...
0
votes
1answer
30 views
Uploadify with different size limits
I using this plugin (flash version) to upload files on IE 9 and below. Now I allow all file extensions, but if the file is csv it can be up to 4.5Gb anything else is 500Mb. I looked at the php file ...
0
votes
2answers
65 views
Try to get PHP session user into JavaScript
I am trying to get the user session from a PHP script into jQuery, but the result is empty. If I use the code in a PHP script it is working properly.
How can I make this work?
<script>
...
1
vote
2answers
61 views
How to put php GET params in a HTML file?
I have a PHP file which returns me a JSON array based on the GET parameters set. I don't want to reload the page so I made a simple function using jQuery + AJAX to show the result in a div tag.
But ...
0
votes
3answers
58 views
How do I pass the correct data type to Javascript from PHP
I am using the jQuery post method to create a record in MySQL. When I evaluate the output of the PHP with ==, all three conditionals work properly. However, when I use ===, the first two conditionals ...
1
vote
1answer
23 views
How to display all images into light box in wordpress
I want to display images in WordPress site in light box.If a user click a image in any post or page then that image should appear in the light box with next and prev option. If the user hit a esc key ...
0
votes
0answers
35 views
JQuery File Upload 500 Internal Server Error
I've been stuck on this for about a week and I just seem to be going around in circles.
The problem is receiving a 500 Internal Server error when uploading files. I've posted around a few forums but ...
0
votes
1answer
37 views
Assigning a link to a button before click
In my previous question I asked for help with refining the output of a URL in a specific syntax, I have now managed to get this right, but only for one instance.
What I have researched is that I ...
0
votes
2answers
48 views
error while calc A and B with jquery and php
Iam getting error while add A to B with jquery and php
$('#add').dblclick(function(){
var A = $('#A').val();
var B = $('#B').val();
$.ajax({
type:'POST',
...
0
votes
1answer
57 views
Use a PHP variable in Javascript in same document
I have a question about using data (obtained in PHP) in Javascript.
This is what I do for now:
file index2.html
<div class="container">
<form class="well">
<label>Your ...
0
votes
1answer
58 views
When alerting PHP echo i see “<html>” in the message
Strange things happen often.
The code works fine but when I alert the PHP echo from javascript it displays like this:
"< html > Login başarılı. < /html >"
click to view the screenshot
How ...


