Questions tagged as 'html'

1
answer

Problems with HTML images sent to email

I ran several tests using an image with absolute path. Inside the intranet works perfectly, but in extranet (GMAIL / OUTLOOK) it does not work at all. Can anyone help?     
asked by 12.05.2016 / 04:22
2
answers

Is there any way to save edits made in the inspect element?

Well, as the question says, is there any way I can save locally in my browser any changes made to the preview element? That is so that whenever I go to such a site, is that edited like I did? The preferred browser would be Google Chrome. T...
asked by 23.10.2016 / 21:43
3
answers

Ajax Requests - Tips

It is as follows, I would like a suggestion and tip to make a system correct. For example, today I use jquery and many $ .ajax requests, this is to popular some data, to send form data and etc. But I realized that I'm making too many requests fo...
asked by 13.07.2016 / 19:44
1
answer

Divis autosize with div overflow hide between them

I have 3 inline-flex divs, one next to the other, I need the left and right ones to be the size of the content (autosize) and the center is the size that remains, but with overflow hide, I searched everything and did not find, no matter if you n...
asked by 14.07.2016 / 21:37
1
answer

web site with items bank image and page

How do I create items for a virtual store type site.  Pull DB items and put paging with 15 items limit.     
asked by 05.05.2016 / 17:13
2
answers

HTML Forms with PHP

I have this great questionnaire, in a modal that when I click the record button, the button does not redirect to the page I want. The error is not of the page registrar.php because I had put a simple alert in it, and it did not wor...
asked by 06.05.2016 / 03:21
1
answer

AJAX PHP system - When using $ ("# div"), load ("page.php", {foo: bar}); jQuery not found $ ("# div")

I have an AJAX system in PHP and I have an index.php where I have all src js included: <head> <link rel="stylesheet" href="/assets/fileinput/css/fileinput.min.css" media="all" type="text/css" /> <script src="/assets/plugins/jQu...
asked by 30.03.2016 / 05:57
1
answer

How to load a table using datatables ajax?

I'm trying to load a table using the datatables component. The return of this ajax request is a json object in this format: data = { "CLIENTES": { "0": { "ID": "1", "NOME": 'GABRIEL' }, "1": { "ID": "2",...
asked by 25.02.2016 / 13:13
1
answer

How to mount an array of select items from select in html and run it to organize items in javascript?

I have the code: var associar = $("#associar"); var desassociar = $("#desassociar"); var permissoes = $("#permissoes"); var minhasPermissoes = $("#minhasPermissoes"); associar.click(function() { var selecionado = permissoes.find...
asked by 24.02.2016 / 18:12
1
answer

How to get values from two html selects in javascript?

Basically I have the following code: var associar = $("#associar"); var desassociar = $("#desassociar"); var permissoes = $("#permissoes"); var minhasPermissoes = $("#minhasPermissoes"); var gravar = $("#gravar"); associar.click(f...
asked by 24.02.2016 / 21:38