Questions tagged as 'jquery'

1
answer

Send form EXCEL file without refresh

Hello, I would like to send an excel file to a php page, where I would read the data and then send it to the database. I was able to do this by giving a refresh of the page, but wanted that when the file was sent there would appear a message of...
asked by 13.11.2016 / 19:33
2
answers

html element update

The code below <div class="input-field"> <select id="ramal" multiple name="ramal[]" > <option value="all" id="check-all" name="all" selected >Todas</option> <?php if(count($ramais) &g...
asked by 13.11.2016 / 04:17
0
answers

CSS issues

I have the following JQuery function to change the font size during Screen Resizing. const textPattern = 0.0085; function resizeFont(widthWindow){ var calc_text = widthWindow * textPattern; $('body').css('font-size', calc_text); }...
asked by 12.11.2016 / 12:36
2
answers

How to create a Pop UP that has the close button [duplicate]

Hello everyone at StackOverflow, first of all I wanted to apologize if you are asking the wrong way, it is the first time I use the OS. And apologize also for my ignorance in HTML and JS. In fact, I only know the basics. I have a problem, I ha...
asked by 12.11.2016 / 08:16
0
answers

Create confirmations with JAlert (flwebsites.biz/jAlert/)

I'm using a plugin called JAlert v4 (available at link ) to create error messages, but I can not use it to create confirmation messages because the browser simply ignores the confirmation message, only executing what comes after it. $("#form-...
asked by 19.11.2016 / 05:38
13
answers

Phone Mask using jQuery Mask Plugin

I need to change the position of the "-" in the mask. <label for="telefone" >Telefone</label> <input style="width:25%; margin-right:25% " type="tel" name="telefone" id="telefone" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4,5}" /&g...
asked by 28.11.2014 / 13:18
0
answers

Enable 'invalid input' from foundation 6 via JS / jQuery

I'm developing a logins registration form. The login should be unique. Every time a login is entered in the field the onblur event makes a connection in ajax where it is checked if there is a typed login in the database. This form is done...
asked by 22.12.2016 / 17:22
1
answer

Items do not change classes, attributes, or styles

I'm doing tests on javascript , so that, with clicar in given botão , one item adds up, another botão another item adds, and so on but none of botões works * All of them follow the pattern below, changing only...
asked by 22.12.2016 / 23:23
0
answers

Error 0 when sending message by Ajax

I have a system of posts in PHP and Jquery, where users post things. It has not been released to anyone yet, because I want to leave everything ready, but I came across a bug that is going on in the system. When I'm at home it works normally,...
asked by 11.11.2016 / 00:58
1
answer

Ckeditor does not show php tags in textarea

I'm using Ckeditor, everything works fine, however, I can not make posts ('tutorials') that contain php tags. For example: <?php acho 'teste'; The <?php tag is not displayed. Is there any configuration of Ckeditor itself that w...
asked by 11.11.2016 / 15:27