Questions tagged as 'html'

1
answer

Javascript PHP returns

This here and HTML <div class="widget widget-table action-table"> <div class="widget-header"> <i class="icon-check"></i> </div> <div class="widget-content"> <table class="table table-striped t...
asked by 12.05.2015 / 23:43
1
answer

Catch value of the data-atrabus and apply as text in another html element

I have a series of checkboxes in an interface that are already configured to display / hide other elements of the interface conditionally. In this same interface I have a div set to display messages to the user also conditionally dependin...
asked by 20.05.2015 / 00:43
1
answer

How to create a notification system similar to facebook [closed]

I am a beginner and need to develop a system to control tasks in php . I would like this system to have an icon in the upper right corner, which would show a number of tasks expired on that day for the user, similar to notifications of...
asked by 02.05.2015 / 00:52
1
answer

Fill table with DB data

I'm having a problem adding the designation of an article through the code. I have the following: HTML <table class="table table-striped table-bordered" id="vendaTabela" width="100%" > <thead> <tr> <th dat...
asked by 26.02.2015 / 17:58
1
answer

How to save data temporarily with good practices?

I have only one page where all the scripts are, when a user clicks on a certain data, it would redirect it to a specific script and I had to save this data (which he clicked) to be able to put in a case he wanted to edit this data later. To d...
asked by 24.02.2015 / 12:43
2
answers

How to open a page in a new tab without leaving the current page

What I want is something that works like target="_blank" , but I do not want to leave the page where the link was clicked. That is, clicking on the link would seemingly nothing change, keeping the current page view, however, a new tab w...
asked by 15.11.2014 / 00:34
1
answer

pseudo-classes in CSS

I'm creating a module that will display information. this information should be displayed as expandable divs, which I created using only CSS as it is here : .news .itens { overflow: auto; margin-right: -20px; height: 292px; fl...
asked by 02.12.2014 / 14:29
1
answer

How do I get this function to open url in new tab

The code below converts url text to hyperlink: $bodyText = "The text you want to filter goes here."; function formatUrlsInText($text) { $reg_exUrl = "/(http|https|ftp|ftps)\:\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/"; preg_...
asked by 04.12.2014 / 20:23
1
answer

Why are [] characters processed this way in my URL?

When I send a $_GET of my application I have the following expression tipo%5B%5D=CASA in my url . The data comes from an HTML element of type checkbox of name="tipo[]" . These characters simply represent [ an...
asked by 01.11.2014 / 22:31
1
answer

How to change the src of a script using jQuery

How can I change the value of the href attribute of a <link> and src of a <script> . Real problem, I have two screens that are in different levels (different folders), in which both are accessed by the...
asked by 31.10.2014 / 17:35