Questions tagged as 'jquery'

3
answers

how to prevent multiple submissions from an email form

Currently, my form sends the same email several times, in case the user clicks more than once on the submit. How can I prevent this? I tried with these two variations of the code, but it did not work. $("#bt-enviar").on('click', function() {...
asked by 22.08.2014 / 16:08
1
answer

Use EJS with NODE

I need help to change my html index to EJS. I'm using Node, and I've already made the changes in my configuration file for EJS to work properly. In my index.ejs I have a table tr: <div class="container"> <div class="starter-temp...
asked by 02.09.2014 / 23:53
0
answers

Problem with javascript and html in intellij project

I created the index.js file which is composed of the javascript code below: $(document).ready(function() { $("#menu").accordion({collapsible: true, active: false}); }); and I put it together with jquery-2.1.1.min.js inside the...
asked by 22.11.2014 / 03:49
1
answer

Textarea unicode problem in IE8 and MVC2

I'm having trouble in a textarea field. I have a field textarea the client type in this field inserts ç ã àèìáéí, in the perfect textarea, in js it is also ok, but when I retrieve in the controller the textarea field, This only happens with...
asked by 21.11.2014 / 12:24
2
answers

Access-Control-Allow-Origin jQuery Ajax

I'm trying to access the post office to calculate freight and I get the following msg: Failed to load http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx/CalcPrecoPrazo: No 'Access-Control-Allow-Origin' header is present on the requeste...
asked by 11.05.2018 / 00:58
0
answers

DIV update after file upload

I'm developing an upload system with jQuery Form, it worked perfectly uploading with the insertion of the data in mysql via PHP, however I tried to update a div with the contents of the files dynamically after uploading. I do this with jQuery $...
asked by 08.02.2015 / 02:35
2
answers

TV style information bar (similar to tag marquee) [duplicate]

I need to make a TV channel style information bar that goes from right to left. I have the text that comes from the database and as it is a long text would need to be looping. I'll use it on a webpage.     
asked by 20.04.2018 / 20:09
0
answers

Ideas for a question involving html and css [closed]

I'm developing an app where users can send photos that works as follows: The app When a user chooses multiple photos through a loop, a form is generated for each photo to fill in the title and description. The code <div class="...
asked by 05.08.2014 / 23:51
0
answers

How to use jqZoom in a base64 image?

Location: I have a small application where the user chooses a <select> option and in that an image is loaded via javascript using base64 . Problem: The jqZoom plugin does not work correctly with base64 since it fre...
asked by 20.08.2014 / 14:01
0
answers

Multiple MDI windows in Web, similar to Windows Forms

I want to work with multiple independent windows in the web environment with JavaScript, jQuery, and so on. Similar to using MDI in Windows Forms. I know how to make this environment in Silverlight, but I want to do it with a browser language...
asked by 04.11.2014 / 20:36