-1
votes
0answers
12 views

Javascript: Local Cops just showed up and said Moderators of this web site filed a complaint about my posts

Yesterday 4 web sites were shut down by the moderators of this web site. 2 Days prior to that, i was reported to hpcloud.com and they terminated my account. and today, local cops showed up and said ...
0
votes
1answer
13 views

Detect if an HTML table has been pasted into a textarea

I was wondering if there was a way to detect (or at least make a good assumption) whether text pasted into a textarea includes content copied from an HTML table? I'm finding users of my website are ...
0
votes
2answers
19 views

Unexpected token A

I have this function: function returnVehicleByValue(vehicleValue){ $.get("inc/ajax/selectMojaVozila.php", {vehicleValue:vehicleValue}, function(html){ var vehicle = ...
0
votes
2answers
27 views

Passing HTML dynamic table row data to PHP / Laravel

I am using an HTML table and dynamically adding rows to it via Javascript. I am trying to pass the data from these rows to PHP / Laravel using input="hidden". Adding the rows to the HTML page seems to ...
0
votes
0answers
25 views

How to populate list with data previously entered in form php/javascript

I have these tables in the database to work with. what i am trying to do is populate a list with the names of public schools that are connected with the valid postcode that is previously entered in ...
0
votes
1answer
40 views

Javascript bug on php <script>

i have this php code: Code The message "Mensagem enviada com sucesso. Responderemos o mais rapido possivel. Obrigado pelo contato" is not being showed after $resp->is_valid. The mysql code is ...
-1
votes
1answer
21 views

Uncaught SyntaxError: Unexpected token ILLEGAL (PHP & Javascript)

I've looked a bit into this error and it seems that a majority of people with a similar question end up being the victim of invisible characters. However, I've taken out any white space and retyped ...
1
vote
1answer
30 views

jQuery .empty() causes AJAX populated div to blink

I am writing a dynamic website that uses AJAX to check the status of inventory items between front-end and back-end employees of a firm. One employee submits a request and the people in the back see ...
0
votes
1answer
9 views

How to temporally deactivate onbeforeunload-message in combination with content-disposition: attachment?

I have one page insert.php where the user can make inputs into a form. I use javascript to inform the user about possible loss of inserted data when the page is closed. <script ...
-3
votes
1answer
30 views

Image tile over png php jquery

I would like to know if it is possible to tile a small seamless pattern over a png image with php or jquery, The same as photoshop does pattern overlay, Thanks in advance.
-5
votes
1answer
43 views

REFRESHING with Buttons (start-stop)

Hi i have a problem I need on my page START and STOP button, when I click on Start page will be refreshing each 5 seconds and when i click on STOP refreshing stops. Any idea or code please?
0
votes
0answers
16 views

How to share mobile site content via SMS?

I am building a mobile site, is it possible to use JavaScript or PHP to copy article content from mobile site to mobile SMS outbox, then the user can edit and send this SMS to his friends easily? ...
0
votes
0answers
28 views

Client side onthefly video generation

At this moment i'm using php to convert a stats logs (arround 40k rows) to png graphics (bars, animations) and then using ffmpeg to convert the sequential images (20fps) to video, a single request ...
0
votes
1answer
21 views

Wordpress shortcode function adding wrapping everything in <p> markup

I am facing an issue with creating a shortcode in my functions.php file, it seems it works and pulls the data set in the shortcode but within the function it sets some javascript and html however it ...
4
votes
2answers
75 views

I cannot seem to get my form to successfully email

This is my first time creating a website combining AJAX, JavaScript, PHP, and HTML. Basically, I have a modal that pops up when you click "contact me" with a form inside. The reason I've chosen to use ...
-1
votes
3answers
42 views

How can I use WHILE loop to get as many sets of data into a table as are available?

When we run a query in ssms, we can get one or more rows of data per associateID. However, on a table data, <table> <tr> <td>...</td> </tr> </table> ...
2
votes
3answers
71 views

Create a Javascript array from a PHP array

I am having trouble converting from a PHP array to a Javascript array and then accessing the value. I have tried JSON encoding and decoding. PHP: $simpleArray= []; $childProducts = ...
-1
votes
1answer
30 views

Copying a PHP variable to the user's clipboard

i don't think i have seen this questions anywhere else, so i'll ask it here. When a PHP page gets loaded, it gets some data from the MYSQL database, and stores it in a variable just like this: ...
1
vote
3answers
43 views

Preventing form from refreshing page Javascript

im quite bad at javascript, and i am trying to make a AJAX call, but i get my value from a form feild, and it just refreshes the page, cant even observe if the AJAX call is succesfull. Here is my ...
0
votes
1answer
25 views

Center content with Bootstrap

So, I have this code <div class="featurette"> <img class="featurette-image pull-right" src="img/BreadBakersGuildLogo.jpg"> <div class="text-center"> ...
0
votes
1answer
21 views

How to send the value in the slider made by javascript with a php

I use the jquery code made a slider in my website and i want to sent the value I get from the slider to my database with php. The jquery code sites address is right here. ...
-1
votes
1answer
57 views

jQuery - Warning division by zero

I get this error: Warning: Division by zero in /home/xxxxxx/public_html/xxxxx/xxxx/login.php on line 497 The thing is that line 497 in the login.php file looks like this: "; and nothing else. ...
-1
votes
1answer
31 views

JS, Html date input field problems [closed]

At the moment our site is running a standard text input field with a JS Calendar script. A while ago when it was installed we got the calendar to display the info in the format we wanted. Now however ...
0
votes
1answer
45 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
1answer
43 views

Passing PHP Variable to controller and get it back

I have a variable and I want to update the value in the controller and render a part of the page based on the value. This works very well in the first time but the variable doesn't get the value, ...
0
votes
0answers
34 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 ...
2
votes
4answers
119 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
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
82 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
44 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
1answer
58 views

Javascript clashing?

i have some validation code under all the HTML in my form which prevents seems to be preventing my checkbox validation code from working, i came to this conclusiom once i added /* */ around the code ...
0
votes
4answers
42 views

Read Image file metadata

I want to upload an image file and then extract its basic information (author, dimensions, date created, modified, etc) and display it to the user. How can I do it. A solution or reference to this ...
-5
votes
1answer
38 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 ) ...
0
votes
0answers
19 views

Is it possible to create an interactive webapplication which implements concepts of theoretical informatics in javascript/html5 only?

So, here's my scenario: I've searched the web all over but didn't find a webapplication for... let's say "teaching" the concepts of theoretical informatics to students or whoever is interested by a ...
0
votes
1answer
37 views

PHP Bypass jQuery Codes

I use this codes to save my contacts information into MySQL Database and apply JQuery Confirm Function for confirmation of data submitting, but when confirmation dialog open PHP Scripts can't stop, or ...
0
votes
1answer
52 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
2answers
16 views

kendo grid request null when update and sent type is create

I am using the Kendo UI Grid. Basically, what I want to do is bind the grid on remote data which are sent on json format and be able to edit it. The Grid receive the data and display it as I want. ...
-3
votes
0answers
47 views

Add a datetime picker to php page [closed]

I have table with a datetime field and i want to add a datetime picker to insert date, i tried this one: a link,a link, but i can only choose te date, i cant choose de hour, and it keeps insert ...
0
votes
3answers
41 views

First drop-down box in PHP with Javascript does not keep my selection

I am a beginner PHP programmer. I have managed to put together the following code, which creates a double drop-down list from a MySQL database. In the first box you are supposed to select a claims ...
0
votes
0answers
13 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
60 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
59 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
1answer
20 views

HTML tables to CSV including paginated rows

This code will download the table in an html file: I got it from here: http://www.kunalbabre.com/projects/table2CSV.php <form action="getcsv.php" method ="post" > <input type="hidden" ...
4
votes
2answers
78 views

Display data retrived from a dropdown

I need help. I want to display three data values that will be selected by a user from 3 dropdowns. I have created three dropdown lists in which a user will select 3 different options for each from ...
0
votes
1answer
45 views

AJAX, PHP, and Javascript to populate a form input device issues

Im way out of my knowledge on this one, so i thought i could need some help... Background: I have a form which needs to have dynamic drop down lists, based on a postcode(text box) this was done by ...
3
votes
0answers
79 views

How to check whether a large file is uploaded correctly

I'm using Jquery file upload to upload files onto php server. I would like to modify the uploader such that I can check whether the uploaded file is the same as the local file. My current idea is to ...
1
vote
1answer
19 views

Interactive Form depending on Select List not working

So I am trying to make this clip submission form interactive in the following way: I want the second Select list choices to change according to which city is selected in the first select list. Here ...
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. ...
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 ...

1 2 3 4 5 545