Questions tagged as 'jquery'

0
answers

Is there any plugin to draw using JS?

I'm looking for a plugin that the user can use the mouse to draw on a JS page, and this drawing is saved, does anyone know of a plugin with this functionality?     
asked by 28.11.2017 / 14:30
1
answer

how to leave only the input of a dialog with the draggable disabled?

I have a function that makes the dialog get draggable enabled but I need to be able to edit an input within this dialog. How do I just make this input not inheriting draggable from parent dialog? function to leave draggable enabled: functio...
asked by 28.11.2017 / 12:42
1
answer

Error with AutoComplete jquery UI

Good afternoon, I'm getting an error that I've never seen, trying to use the jquery autocomplete, follows the image, and the encoding: PHP:(Iusedasanexample,Ididnotaddthelikeinselect,theyaredynamicvalues!)<?phprequire_once('acessabanco.ph...
asked by 09.12.2017 / 19:46
0
answers

Error creating cookie json with jquery

I'm trying to create a simple cookie with a value of the key in json, but I'm getting this from the browser (click on the photo): This is the plugin I'm using    Code, follow below: $.cookie("gavetaMilagres", '{"sub_key_1":"sub_valu...
asked by 24.11.2017 / 20:31
0
answers

Dynamic form locking select

I have a dynamic form ( that ) with two fields (a SELECT and a quantity input), but every time I I add two more fields SELECT is locked. $(document).ready(function(){ var itemCont = 1; $("#novoProd").click(function(){ var novoItem = $("#item...
asked by 30.01.2018 / 12:36
1
answer

Problems with jQuery load | CORS

I'm trying to "catch" some information contained on a third party page directly on a page I'm currently coding. I'm using jquery to do this because I want only one or two information that is on this page, in case I want to just get the price...
asked by 13.12.2017 / 14:24
2
answers

How not to display in the input with autocomplete jQuery UI the HTML of the variable?

I'm using the jQuery autocomplete . I was able to make it interpret HTML , but HTML is displayed in input . I need to format my search like this, like I did: WhenIclick,however,theresultisdisplayedlikethis: Youshouldnotdisplaytheta...
asked by 26.11.2017 / 01:32
1
answer

Form values not arriving in PHP file

I'm finalizing a project of which the form is step by step. I used the template below for this: It'sworkingproperly,butwitheachstepI'msavingtothedatabase,incasetheinternetortheuser'slightfalls.TheonlyproblemisthatIamnotabletotaketheformvalue...
asked by 07.12.2017 / 18:52
2
answers

Show alert or error message on mobile

I have a site, and it has the registration and when the registration already exists it shows an alert saying this (this alert I did in js, but it was inside the php), but when I put the page to be mobile, the alert does not appear, how do I post...
asked by 07.12.2017 / 13:36
1
answer

replace text with another

My question is the following, I have a Button and I want to change your text with the text of the li (text of the <a> tags) subsequent. At first I made a script that did not work, my intention in short, is to change the text...
asked by 23.11.2017 / 20:31