Questions tagged as 'jquery'

1
answer

I can not make a soft Scroll

I can not do a progressive Scroll from a text animation to the contact section. div class="wrapper"> <article id="shufle"> <div class="container"> <p class="fading-texts text-center"> <...
asked by 24.06.2017 / 14:19
1
answer

Add active class and change the color of the selected item in a menu

$(function() { // elementos de la lista var menues = $(".nav li"); // manejador de click sobre todos los elementos menues.click(function() { // eliminamos active de todos los elementos menues.removeClass("acti...
asked by 26.09.2017 / 18:03
1
answer

validate a variable in jquery validate

I am using jquery.validate and I have the following problem, I have an image field, that when the image does not exist I fill it with a img by default ... but I need that field to be required and it is not an option have the defaul...
asked by 06.09.2016 / 15:49
1
answer

download file from a folder, selecting a date in a calendar

Good morning, I'm somewhat stuck with this exercise, the idea is, based on the calendar that was made (I'll put the code below), that now from a folder stored on the localhost with several pdf files created in different dates , these can be down...
asked by 02.10.2018 / 13:58
1
answer

SQL SERVER WITH JSON QUERY

I have consulted with MYSQL use Jquery and Json and everything works fine. But when wanting to perform it against an SQL SERVER, I have obtained only varied error messages. What I can mention is that the MYSQL uses Utf8 while the SQL SERVER uses...
asked by 18.10.2018 / 15:31
1
answer

Print ticket with JS or jQuery

I have a query system which prints a voucher with a query number and some additional information, all this is done with asp.net mvc 5 I had used PrintDocument () to print on the thermal printers of my clients but apparently The option of printin...
asked by 21.08.2018 / 20:22
1
answer

Validate various inputs

I have the following question: for example in my order form I want to do this: I have an input where I enter the amount of services eg 1,2,3,4 etc. in another the price and through another would like to set the tax and in another show the price...
asked by 25.11.2018 / 12:27
1
answer

jquery to make chain triger of alt + printpant then to dump image on canvas

I'm trying to create a button for bug reports: and I need to improve the code script to execute the following functions: button handler report error. trigger the alt + PrintScreen combo. read the clipboard image. convert the image to s...
asked by 13.11.2017 / 18:59
1
answer

How to modify a global variable from a Scroll function?

Friends, I would like you to help me by guiding me, I need to modify a global variable at the moment of scrolling, to load data through Ajax. The code that I wrote works the first time when the scroll reaches the end of the page, but then whe...
asked by 09.11.2017 / 18:12
1
answer

Selecting checkbox and saved

If I have a checkbox that marks all the checkboxes by default, however, it does not mark the one of the other windows, that is, the tab 1 are all selected, but the others are not. At the time of saving, it does not validate the data that w...
asked by 09.11.2017 / 15:48