Questions tagged as 'html'

1
answer

Skip Page of 5 in 5 Blocks

Good afternoon, I'm returning data from a table and showing it in CSS, however I need to display 5 blocks per page and every 5 blocks I need to insert a piece of code to force the browser to go to another page. Example: while($row = mysq...
asked by 18.07.2015 / 17:40
1
answer

Jquery final event of the video

Good morning, I have a problem, I wanted to display a modal at the end of each video, the first video worked correctly, but in the second I can not ... Follow the code below ... If anyone can help, thank you very much! var vid = do...
asked by 22.07.2015 / 13:28
2
answers

Dropdownlist Menu ASP.NET MVC 5

I need to change the menu to apply a Dropdownlist, but I'm having difficulty. I'm following the steps of the bootstrap site, but when you click the submenu does not appear, follow the code below: <body> <div class="navbar navbar-inver...
asked by 24.09.2015 / 21:30
1
answer

button with link inside the form

I have a form with 2 button inside. 1 and the submit and the other I need to put a link on it. When clicked it can not send form and call the link. Follow my code: <form name='form' method=post action='link' enctype=...
asked by 05.05.2016 / 19:37
2
answers

Use AngularJS to pass parameter to Jquery

I need to change the alerts template for my web system. For this I am using a JQuery plugin, however, I need to pass a parameter to my JQuery function as this would be my model that is already being used in AngularJS. In this function when cl...
asked by 04.08.2015 / 13:47
1
answer

Performing checkbox checkbox with jquery

I would like to know how I can complement the code below to have how to return values in checkbox mode in the checkbox the problem and that I need this check to be performed as follows keep the array position created at the time of marking the i...
asked by 03.08.2015 / 14:11
1
answer

Insert current date into Database

I have a database with a News table with: Id (Primary key and auto_increment) News (varchar, where I write the news) Date (where the current date should be, just dd / mm / yyyy) But I never moved with dates and I do not know h...
asked by 12.07.2015 / 15:16
1
answer

Abstraction of code with several Replaces

I have this code block: xml = xml.Replace("<html>", ""); xml = xml.Replace("<head>", ""); xml = xml.Replace("</head>", ""); xml = xml.Replace("<body>", "<certidoes>"); xml...
asked by 15.07.2015 / 14:51
3
answers

Problems with line break in Bootstrap

I'm having trouble breaking bootstrap lines. I need to leave my logo, an image, followed by a label, without breaking the line. However, using the form-control class of boostrap.min.css the line is broken, leaving the image separate from the lab...
asked by 21.10.2015 / 19:05
1
answer

PHP - How to insert a variable link inside a href variable?

I'm trying this way: <?php $link = "'index.php?id=echo ['post_id']; " ?> <?php while ($row = mysql_fetch_array($result)) { echo "<span class='survey-name'><a href='$link'>". $row['title'] ."</span>"; ?&...
asked by 15.07.2015 / 01:04