Questions tagged as 'javascript'

1
answer

The animation of the menu buttons is not working correctly

Hello, I'm joking around in CSS, HTML and JS to build a random website. In theory the site was all right, but now that I ran the site and went to open on my cell phone and the animation of the back of the menu buttons are a bit bugged. Sometimes...
asked by 07.05.2015 / 15:31
1
answer

Parallax in the footer

html { font-family: Gabriola; height: 100%; } body { height: 100%; } #titulo-fotos { font-family: Gabriola; font-size: 2.5em; text-align: center; font-weight: bold; margin-top: 10%; } .linha-galeria { width:...
asked by 29.04.2015 / 14:01
1
answer

Next and Prev button of datapicker does not appear

Images of the right and left buttons do not appear. cssfilesIinstantiated:<linkrel="stylesheet" href="/css/jquery-ui.css"/> <link rel="stylesheet" href="/css/jquery-ui.min.css"/> <link rel="stylesheet" href="/css/jquery...
asked by 29.04.2015 / 16:05
1
answer

Has the Meteor's syntax changed from version 0.8 to version 1.0?

Among the various changes in the Framework Meteor from version 0.8 to version 1.0, I know that it no longer uses Meteorite, and that the template engine has changed from Handlebars to Blaze. But has the syntax changed? And what has changed?    ...
asked by 13.06.2015 / 21:06
1
answer

Add url json event in fullcalendar

I'm using fullcalendar, nodejs, and mongoose. I have already been able to generate the json file. But by passing the path in fullscalendar js, I can not retrieve events. I created a test file in json and called it as follows: script(type='...
asked by 12.06.2015 / 16:06
1
answer

How to validate if there is any file to upload?

I have a form to upload files: @using (Html.BeginForm("importCSV", "Administrador", FormMethod.Post, new { @id = "upldFrm", @enctype = "multipart/form-data" })) { <div class="form-inline">...
asked by 15.06.2015 / 13:49
1
answer

Dynamically increase height and width auto

I created divs dynamically in javascript. I have the div with the size in the car. The problem is that the div cuts off a part of the circle. How can I resolve this without pixel values? div.style.height = "auto"; example: link     
asked by 23.04.2015 / 15:01
1
answer

Is it possible to use Razor inside a Javascript file?

I have a .js file and would like to use the syntax of Razor inside it. Home I tried to use @ but it did not work. Home Is there any possibility? Can someone help me? I've researched a lot, but I can not find anything ...   ...
asked by 23.04.2015 / 22:56
1
answer

Execute PHP code inside a jQuery condition

I have a modal window that when opened, shows the option to click on another button, which says yes or no. If I click Yes, I intend to destroy the PHP session. How can I do this within the jQuery code that opens the modal window? JQUER...
asked by 21.07.2015 / 03:10
3
answers

Fix name in search field

In this html there is the search field, where I type the names of the teams. There is the option to save the team as default, but I would like to leave the name already saved, every time I open the page it already open looking for the autom...
asked by 22.07.2015 / 17:56