Questions tagged as 'jquery'

0
answers

Problem with url

I made a page where all the content is in it (there are no other pages). I had to adapt a kind of friendly url in it, because by clicking on the sections of the page, the cursor goes to the certain point. It's working properly, but it gets a # i...
asked by 02.10.2018 / 20:35
0
answers

Doubts about cookies in variable and JS

Is it possible to create a variable in javascript or jquery and store a cookie in it for a certain X time?     
asked by 02.10.2018 / 19:58
2
answers

Add Mil separator to a number animated by jquery [duplicate]

I wonder if you have any way other than adding the number separator in the Jquery form? Example: Current: 2000 Correct 2000 link     
asked by 27.09.2018 / 13:07
0
answers

Checking if the CPF is unique with JQuery validate remote

I'm making a form that checks whether the CPF already exists in a database. In my JS I use the JQuery Validate library $('#form').validate({ rules:{ cpf: { required: true, cpfBR: tr...
asked by 26.09.2018 / 22:39
1
answer

Sending image with Jquery

I searched the SOF for sending image with Jquery, I tried several and it did not work, and others just for form field, the event should send the image with% OFF form. Input (No form): <input id='ads-files-edit' type='file' accept='imag...
asked by 23.09.2018 / 02:53
0
answers

Video Crop using Canvas and Traking.js

Good afternoon. I'm using tracking.js over <video> to detect faces. NowI'mtryingtocropandgrabonlythecontentsofthissquare.andthat'swheretheproblemis.inCroptheimageofmyfaceisneverthesameastheoneinthesquare.followmycode<styl...
asked by 24.09.2018 / 21:52
0
answers

How to select a field in Jquery $ ui.dropdown

Are you all good? I wanted to leave some fields already selected through some id's that I'll bring from php. With these id's I would like to compare with the id's already written in the sector field "the ones that are hidden" and the id's...
asked by 22.09.2018 / 03:51
2
answers

How to disable too many buttons in a foreach when clicking a single button?

I have a grid with a list of cleanups to do. Initially all buttons are green with the text "Start Cleaning". When I start cleaning, this button changes to blue and the text changes to "Continue Cleaning". Perfect, this is already working. I w...
asked by 21.09.2018 / 13:43
0
answers

How to get the bottom position of a div dynamically

I'm trying to get the bottom position of a div dynamically via jQuery and I'm not getting it. What I need is to take this position to make a limit of how far the title of the page can go dynamically, so I can use the same code in several plac...
asked by 21.09.2018 / 11:09
0
answers

Set monetary value field correctly in Asp.Net MVC

I'm having problems with monetary value in my Asp.Net MVC application and would like to know how to configure In class [Display(Name = "Valor Produto")] [Required(ErrorMessage = "O campo {0} é obrigatório")] [DataType(DataType.Currency)] pu...
asked by 28.09.2018 / 19:09