Questions tagged as 'html'

1
answer

Remove class depending on the height of the site in the refresh?

I own a site with animation that starts as soon as the object on the screen is viewed. However, if I give F5 in the middle of the page, when raising the refresh avarés in the middle of the screen, the animation happens and should not .. How c...
asked by 02.09.2014 / 19:35
2
answers

Simple page refresh

I have a zone on my site that has the last 5 news and I want to put a way to change it without being manually. even with an Excel file, notepad whatever. <div id="footer-wrapper"> <section id="footer" class="container"&...
asked by 22.01.2015 / 13:20
1
answer

How to get the URL or anchor on a One-page

I am developing a One-page, and I would like that every time the client is in a session, he changes the address from www.teste.com.br to www.teste.com.br/tests or www.teste.com.br .com.br # testimonials, whatever. I thought about using anchor...
asked by 26.08.2014 / 20:38
2
answers

JQuery mask when typing text

I've been researching some Jquery masks to apply to a system, but I noticed that in some examples the mask is displayed when the input is clicked, and in other cases the mask is applied while typing. How do I get the second case? I'm currentl...
asked by 29.08.2014 / 20:20
2
answers

Absolute position does not work in a fixed menu

I have a following problem, I have a div in the body with absolute position, and I have a menu where it is fixed, there are sub-menus and to open them one must move the mouse over the menu, but when it is opened it is behind the div in the body....
asked by 29.08.2014 / 21:24
1
answer

Problem with tab selection

I have 2 tabs, one that shows my macros together and one to show the ones sent. The macros together are already selected by default and the Page Load has the method that loads the corresponding data from it When I click on the upload...
asked by 05.11.2014 / 18:58
1
answer

Capture value of an email type field in angular js

I have the following HTML code with AngularJS: <html ng-app> //... <form name="myForm2"> <input type="email" id="email" name="email" ng-model="formData.email" required/> <span ng-show="!myForm2.ema...
asked by 18.09.2014 / 17:15
2
answers

Make a foreach inside a cshtml (view) from a controller

I made a code using Linq and jQuery . It turns out that it is giving me a problem that I can not solve, which is to dynamically create a Treeview . Then I had another idea. Make foreach direct in View (cshtml). Here's the question,...
asked by 11.09.2014 / 18:53
1
answer

How to control a SWF (Flash) player via Parameters HTML param?

   I have a player for streaming de áudio and would like to make it easier to change the server data (IP and Port). Download I currently use the SWiX software to edit the data > Player .    The data (IP and PORT) are in th...
asked by 08.08.2014 / 03:29
1
answer

"Quadrant", analyze area around the square

I have a project and I got into a problem. The project would be a simple simcity 1 done in pure javascript. The problem is that when making crosses and curves I can not detect the next square on my grid. To learn how to solve the problem I wante...
asked by 11.08.2014 / 01:37