Questions tagged as 'html'

1
answer

Capturing actions: Scroll Down and Scroll Up

Is there any way in jQuery to capture the events of "ScrollDown" and "ScrollUp"? I tried this way: var lastScrollTop = 0; $(window).scroll(function(event){ var st = $(this).scrollTop(); if (st > lastScrollTop){ // downscroll...
asked by 13.07.2014 / 21:36
1
answer

Attach a footer type element in the page footer

I'm doing a job for college where we were instructed to take advantage of the new HTML5 semantic tags (nav, section, footer, etc). I'm having trouble fixing the footer at the bottom of the page. I've tried using CSS and jQuery, but nothing came...
asked by 06.06.2014 / 07:30
1
answer

How to put bilingual Wordpress?

I needed to put a website (template developed by me) under CMS Wordpress in two languages, but the qTranslate plugin did not enable in my version. Is there any way to do it without plugins? Or maybe a plugin that works in version +3.8?     
asked by 15.06.2014 / 21:52
2
answers

How can I clone cards on my site?

What is happening is as follows. I am currently trying to solve a big problem, two of the virtual stores of the company that I attend have problems with card cloning. I do not have much experience in this, but I will explain how the card system...
asked by 06.09.2018 / 19:19
3
answers

Search between Jquery columns

I have a td with client code and in another td I have a list of client names with the client code Example: codigo | nomes 0001 | Anderson Silva(0002) | Minotauro (0001) | Lioto Machida(0003) I would like to kno...
asked by 12.01.2017 / 16:13
2
answers

Ask and store user permission to use full-screen?

Apps usually ask permission to use Smartphone features such as microphone, camera ... I wonder if you can do the same on a page so that FullScreen mode is automatically activated whenever the user opens the page, since the same gave permission fo...
asked by 03.03.2017 / 20:29
3
answers

Picking value created at runtime

I'm trying to fetch a value contained in a tag ( span ) located in another domain using PHP and JavaScript. There are cases where I can get the required value but most of the value returned is null . I believe that when I give file_get_conte...
asked by 03.02.2015 / 11:41
1
answer

Keep checked checkbox by default

How can I make my checkbox appear checked for everyone who logs in to the site once it has been checked? I'm creating in the html field of wix, free version. The code model I'm using is as follows <form name=myform> <input type="...
asked by 05.03.2015 / 03:19
1
answer

How to change an HTML document 4 to HTML 5?

I have a project already done, done in HTML 4.01, how can I change it so it recognizes HTML 5? I can only change this: < !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > by: < !DOCTYP...
asked by 15.04.2015 / 19:24
1
answer

How to implement drag-and-drop on an html page?

I'm a Delphi programmer, but I'd like to implement a html page with the drag-and-drop feature of the page. I'm creating a page for avatar assembly, but I would like to leave the options of the accessories for the user just drag and drop. I...
asked by 17.12.2015 / 16:34