Questions tagged as 'html'

2
answers

How to get the value of an input inside a td in jquery

Hello, I have the following table in html <table style="display:none;" id="tableTime"> <tr> <td class="hora">08:00</td> <td class="eventoAgenda" id="0800"></td>...
asked by 18.01.2016 / 18:48
2
answers

How to make objects on a page of a given width group vertically?

Well, I'm aligning some div like columns inside another that serves as a container. What I wanted to know is how do I make a certain width of the div or page themselves clustered one on top of the other in a vertical stream? HT...
asked by 20.01.2016 / 18:12
2
answers

Add a pointer arrow to effect Tooltip

I'm building a Tooltip effect that displays definitions of specific terms, but I'm having trouble having to add an arrow above the little box. Check out the CSS of the code soon followed by the HTML below: CSS a.tooltip { position: re...
asked by 22.09.2015 / 15:34
3
answers

How to make a "submit" in javascript?

I am making a very simple game in html and javascript, the idea is that the user put the result of each operation, and if it is right, an alert appears for him. I wanted to use a table because I want to exercise this. The program is almost done,...
asked by 21.09.2015 / 21:20
1
answer

Jquery does not return second image in list

Apparently, the code is correct, it is the following: { if( $(".ativo").next().size() ) { $(".ativo").fadeOut().removeClass("ativo").next().fadeIn().addClass("ativo") } else { $(".ativo").fadeOut().removeClass("ativo"); $("#sli...
asked by 16.09.2015 / 14:15
1
answer

Align div in the footer inside another div

I have a DIV content that includes another call Images, I would like the div images to be at the bottom of the div content with a certain space that I could define, eg: 400px, however this happens: Iwouldlikeittolooklikethis: Codestructure:&...
asked by 20.10.2015 / 01:36
1
answer

know position of a tr (html tr / tr) in sequence of tr

I have a simple screen, where I have already been able to create elements dynamically, with the click of the button, these elements are draggable up and down, and are two different elements, a textarea and a img that are added dyna...
asked by 20.10.2015 / 00:58
3
answers

Undefined error while reading 'post' property in AngularJS

I have the following code: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script></head><body><formng-submit="submit()" ng-controller="myForm"> Nome<...
asked by 07.08.2015 / 21:11
1
answer

How to open the link on the same tab

I have the following code: <form method='post' action='https://cieloecommerce.cielo.com.br/transactional/order/buynow' target='blank'><input type='hidden' name='id' value='00000000-0000-0000-0000-000000000000' /><input type='ima...
asked by 13.08.2015 / 04:19
3
answers

Problem in breaking a String

I have a string that is concatenated inside a loop , I wanted a new line with the concatenated values to be created for each loop . Here is the code I'm using: mensagem =""; for (int i = 0; i < titulosReceber.Rows.Count; i++) men...
asked by 05.08.2015 / 15:19