Questions tagged as 'html'

1
answer

Display image within the menu mobile bootstrap

I need to make when the user is on a mobile / tablet / ipad inside the menu (those 3 risquinhos) to appear an image type the Google menu. Here's the image of how I have to leave: Does anyone know how to add this photo and name into the boo...
asked by 17.03.2016 / 14:58
0
answers

Problem with image upload: Warning: move_uploaded_file (): [closed]

My code is showing an error that never appeared before, when I test in the localhost (I use xampp) the images are inserted successfully in the site, but when I do with the hosted site it appears the following error: Warning: move_uploaded_fil...
asked by 05.08.2016 / 23:24
0
answers

Edit image by adding a frame with IONIC

With the cordova-plugin-camera I can already take a photo and manipulate the location of the file, but is there any other plugin or method to apply something to the photo, such as a frame? 1 - Taking a photo 2 - I manipulate the photo...
asked by 08.08.2016 / 04:00
1
answer

I can not show my instagram feed

Good afternoon friends, I do not understand why my page does not show my instagram feed, can anyone help me? This is the error presented: Instagram: The access_token provided is invalid. JS code $(function() { //Set up instafeed...
asked by 05.08.2016 / 22:11
1
answer

Ajax returning HTML next to Json

Hello, I'm trying to fill in input data with the result of a search in the database using what I've typed before as a filter. ex: User type customer code and when you focus the input, all fields (name, phone, address) are already filled in...
asked by 06.09.2016 / 17:00
1
answer

How to show / display each item in the li?

I'm creating a menu where your content is displayed via a modal. As li element is unique (has no id and no class), then jQuery will capture the last declared element. $(document).ready(function(){ $('.menu li').click(funct...
asked by 29.07.2016 / 21:30
0
answers

Good practices with contenteditable

I just discovered the contenteditable tag and I'm using it in my projects. What good practices should I have regarding security, since this tag enables colar anything in its original form, bugging the site in certain cases. U...
asked by 30.07.2016 / 20:34
1
answer

Button disabled when not in "mobile resolution"

Good morning everyone! I'm a beginner in jQuery and Bootstrap, and I'm having some difficulty using both simultaneously. I'm trying to generate a button that, when clicking, displays a small form for inserting email. However, it is only wo...
asked by 14.07.2016 / 14:22
0
answers

Good practices in calling javascript scripts

I have some pages that use specific javascript files / scripts and I do not include them in the site header, since not all pages would use them, I would like to know if it is good practice to include Js files / codes in distinct parts of the pag...
asked by 14.07.2016 / 23:28
1
answer

How to hide multiple checkboxes at once when selecting a checkbox in javascript

Good afternoon, how do I hide multiple checkboxes at once when selecting a javascript checkbox follows the code below <!DOCTYPE html> <html> <body> <p>Click the button to loop through a block of code as long as...
asked by 03.08.2016 / 20:49