Questions tagged as 'javascript'

1
answer

Plugin shortcut, incompatibility

I use a plugin that activates shortcut keys:    link Only this plugin runs only in older versions of jQuery. I would like it to work in the latest version of jQuery 2.1.4. Is anyone able to make the changes / adjustments in GitHub...
asked by 13.07.2015 / 17:01
1
answer

Run function with timer in Javascript / Jquery

I need help creating a function in javascript / jquery to do the following: When the user accesses my site, it starts timer. If the person tries to close the browser window / tab before a certain time, eg. 5 sec, then it performs a fun...
asked by 02.07.2015 / 16:22
1
answer

"Particles" moving with the mouse in the background

I have four-color squares and would like to play them in the background randomly and give that parallax effect when you move the mouse. Does anyone know of any plugins for this? Style this, but placing the squares instead of the dots. link...
asked by 02.07.2015 / 20:30
1
answer

PHP variable with a select text (combobox)

How to put in a php variable the text and not the value of an option? If it is java script, I still put the text in the variable, since I need to work with that text. html example: <select name="uf" id="uf"> <option value="...
asked by 08.07.2015 / 15:06
2
answers

Request Validation asp.net

I have a TextBox that uses the ckeditor text editor. When I run the method to save the information, it gives an error    A potentially dangerous Request.Form value was detected from the client (ctl00 $ ContentPlaceHolder1 $ fTxtConteudo=" sd...
asked by 08.07.2015 / 16:49
1
answer

CheckBox checked as string

I have a string in the format ["0,1,0,1,1,0,1,0,0"]. Where 1 represents checked and 0 is not checked. I also have a grid where I have a checkbox in the first column. I need to checkboxes according to my string. I tried at first using JavaScript,...
asked by 08.07.2015 / 23:43
1
answer

Handle path of a form input sent to url

I'm testing a search field that sends what the user types directly to the site I've chosen (on a new tab), searching the site itself, and works perfectly. However, I would like to know if I can manipulate this address that is sent to the url....
asked by 08.07.2015 / 19:25
1
answer

Problem with setInterval ()

So folks .. I have a code that puts a setInterval of the messages passed between users de and para in the function below .. function openWidChat(de,para) { var url_s = $("#url_s").val(); $("label#boxC input")....
asked by 08.07.2015 / 19:19
1
answer

Two actions on the same button

I would like to know if for example there would be a way to do the following situation: Click on a button and form appears, and click again on the same button and form close. I'm sorry I can not explain very well, I hope you can unders...
asked by 08.09.2015 / 13:59
1
answer

Script does not work with external host [closed]

My script does not work with files hosted on the exetrno host My files are located on this host: How do I get them to run in this script below? <script type="text/javascript"> var resizeOwnr = function(width, height) { var =...
asked by 09.09.2015 / 17:23