Questions tagged as 'javascript'

1
answer

JavaScript check if Windows user is enrolled in MS Access Bank

The need is to check if the Windows user is registered in the Ms Access Database, but it is not working as it should. I think the problem is in the variable strUserName inside the select. I have tried in several ways but I still have not foun...
asked by 14.07.2015 / 14:50
1
answer

Input with Link to "modal"

I'm developing a project with sudoku, and I'd like to show a "modal" with the possibilities every time the user clicks on some cell. This site illustrates well what I need: link How can I do this? (I'm using input in cells)     
asked by 15.07.2015 / 01:22
1
answer

Jquery: Mask does not turn off

I can not type anything inside a textbox field that I put a date mask on, it will not let me delete or type it over, it always stays 11/11/1111 Here are the codes I put: Everything I'm importing: <script src="~/Scripts/jquery-1.10...
asked by 16.07.2015 / 17:21
2
answers

bring bank data with Javascript

I have a <a href="javascript:void(0);" class="justificar" data-value="<?= $l->img_id?>"> that when clicking, I need to bring a data from the database, but I do not know how to pull this data to the screen. My code is in cod...
asked by 21.08.2015 / 14:17
1
answer

AJAX sending html content in half

I'm having a problem with the publishing system. When I'm going to make a new post and fill in all the fields: Title, photo and publication the code var myArea2 = document.getElementById('myArea2'); var post = myArea2.innerHTML; takes...
asked by 22.08.2015 / 17:29
1
answer

Checkbox Conflicting with Paging

I'm trying to use bootstrap-table to create some filters in a table, in the first column it has a checkbox , which when selected a JQuery function copies the row of the column and adds it to another table, when it takes the s...
asked by 01.10.2015 / 15:11
1
answer

Button action after clicking - jQuery

I have a button that when clicked it closes the modal, in fact it does an action with CSS causing div to disappear, being just the button to be clicked again and open the modal. But I'm not able to create a new action on the same button,...
asked by 01.10.2015 / 00:57
1
answer

Steering to two pages

I'm working on some updates and I need my JavaScript function to open a new tab with one ticket and go back to another one after I click on generate ticket. It opens the new tab, but does not return to the select_estab.php page, it does not issu...
asked by 13.07.2015 / 21:38
2
answers

Video still executing when closing modal

I have a modal bootstrap that opens automatically when the page loads. Within this mode there is only one video. However, when this video is executed and the modal is closed the video is still running. How do I, when closing the modal stop the v...
asked by 10.07.2015 / 14:44
1
answer

error with characters when decoding a variable from js to php

Hello, I am a problem that I do not know the reason, I have a code encoded in base64 and I inserted this code into a js variable, from php to js, it worked more perfect impossible, then I passed this js variable to php, also worked beauty, it di...
asked by 12.07.2015 / 15:24