Questions tagged as 'html'

1
answer

Capture results using HtmlAgilityPack

I am using this code to search results using the Html Agility Pack. It looks like this: WebRequest request = WebRequest.Create(texto); WebResponse response = request.GetResponse(); StreamReader reader = new StreamReader(respons...
asked by 19.07.2016 / 22:17
1
answer

Facebook, Google+ and Twitter sharing goals

Whenever I enter goals for sharing on general sites, I follow the standards below, the question is: Are there more goals that are considered important in these three social networks that I can include in my projects, which will improve their...
asked by 30.06.2016 / 20:11
1
answer

Calendar datepicker bootstrap with error in year bisexto

I'm using% bootstrap%, and I've noticed that the 2016 calendar is wrong. Today for example is 01/07/2016 Friday and the calendar is displaying as if it were Saturday. Cananyonetellmeifthereisasolutiontothisproblem?Javascript$('#data_venda').dat...
asked by 01.07.2016 / 21:53
1
answer

How do I return to the same place on the page after clicking the back button?

I am developing a portal, in it there are several news, when I click on one of them I am sent to a new page that treats this subject in full, my doubt is the following, I would like that after I click the back button I would return to the previo...
asked by 08.09.2016 / 15:40
1
answer

Show / Hide div using a 'radio button'

I need to check the status of my radio button so that if it is active on "Yes" , it opens <div class="camposExtras"> , if you click "No" It closes div , and this should be accessible at all times. My radio butto...
asked by 10.09.2016 / 03:39
2
answers

Add attribute to dynamically created object

I'm trying to add a data-id to objects that will be created dynamically, well the point is I want to do this as soon as the document or my object loads without the need to click etc, see the way I tried. For example: $(document).on('...
asked by 12.09.2016 / 16:40
1
answer

Limit the number of characters in a select HTML / CSS / JS field

I know that using the maxlength attribute it is possible to limit the amount of characters of a input . Doubt: This property applies to select , otherwise what would be its equivalent, or how to achieve the same goal. <s...
asked by 24.08.2016 / 17:27
1
answer

How to adjust the entire screen according to the monitor resolution?

How to adjust the entire screen according to monitor resolution? See the image below: MydashboardisgettingasintheBimageasIcouldtostaylikeA.I'musingphp+mysql+bootstrap+html.Followthecodebelow:<!DOCTYPEhtml><htmllang="pt"> <hea...
asked by 24.08.2016 / 20:21
2
answers

datepicker does not work in dynamic form with Js

Well, I've assembled a dynamic form using JS. Within this form I have several input with class data , where I call the datepicker. But they do not work, can anyone help me with this? Follow the example below. Note that in non-dynamic in...
asked by 11.08.2016 / 15:39
1
answer

How to centralize Google's reCaptcha?

I have a reCaptcha in my form, but I can not centralize it or leave it at the same size as the fields. <div class="container-fluid"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <div cl...
asked by 11.08.2016 / 15:16