Questions tagged as 'html5'

1
answer

Display products in 4 after 4 clicks view more

Initially I want to bring 4 products out of an array and would like to display 4 more after clicking the see more button. In the code below I bring them all at once. current code below: <?php echo $header; if(isset($mfilter_json)) {...
asked by 17.05.2017 / 19:32
0
answers

function savefile (); exports default to downloads folder

Good morning, I would like a help, the function is exporting directly to download folder, I would like to be able to choose in which to save the file. I still can not see a solution to this functionality, thank you all who are willing to give me...
asked by 26.05.2017 / 14:15
1
answer

Navbar collapse after selection?

When using% bootstrap% on a mobile phone, it does not return to normal after clicking the menu option. In the following example the navigation bar is replaced by a button in the upper right corner. Only when this button is clicked the menu s...
asked by 24.04.2017 / 14:32
2
answers

How to save multiple checkboxes in the database with Laravel?

I'm developing a site in Laravel and wanted to know how to controller should be able to save multiple checkboxs chosen in the database. form file: <!DOCTYPE html> <html lang="pt-br"> <head> &l...
asked by 13.03.2017 / 19:32
1
answer

Error invoking function in the onclick Ionic

I have a menu with several items, each item has a% ex_%: <ion-side-menus> <ion-side-menu-content text-align="center"> <ion-nav-bar class="bar-calm" aling-title="left"> <ion-nav-back-button> </ion-n...
asked by 09.03.2017 / 00:02
1
answer

How to execute a javascript script shortly after sending the form? (other than onClick)

I want to execute a javascript function that shows a message loading on the page, ie while the page loads, the message appears on the screen, however I do not know how to use it in html5 with javascript, as I am using required (validation...
asked by 23.02.2017 / 14:22
1
answer

cURL PHP - Retrieving page html

Hello, I'm training this cURL. Can you tell me why the following snippet does not work? <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <?php $cURL = curl_init...
asked by 21.02.2017 / 20:21
1
answer

Problems with navbar

I'm a beginner on web and I'm developing an application in HTML5, where I use Bootstrap. There is a navbar at the top of the page and on the navbar there is a list. But when performing the implementation, the options in the list are overlapped,...
asked by 03.03.2017 / 21:55
0
answers

Click event does not get data [closed]

Well, I'm a beginner in this whole world, and I'm trying to implement a function in my application. I found a project available for download and I changed the whole code to my favor, but at the end of it came across something, which seems simple...
asked by 17.03.2017 / 23:39
0
answers

Carrousel is not responsive

I'm having difficulty leaving a page with responsive bootstrap, with the full screen it is correct: NowwhenItrytoseehowyouarerespondingonsmallerdevices,mycaruselisnotresponsive: Hereisthecarcode:<divid="myCarousel2" class="carousel slide" da...
asked by 09.01.2017 / 16:06