How can I send the user to a certain page block by passing the id in the url. For example: link , how to pass this type in ASP.NET MVC using return RedirectToAction .
The line of my code looks like this: return RedirectToAction("Ind...
I have a structure with 2 columns ( Bootstrap ), one being the menu, the other the content, with value set and some 3 images large within this content that generates a scroll.
However, I also have a scroll on bo...
I was studying some jquery plugins and realized that to create the html, the programmer wrote each line in an array and finally used the join:
var tpl = [
'<div class="popover clockpicker-popover">',
'<div class="arrow">...
I created an ajax request for success to dynamically create a new li element, however I also have a function in ajax to delete the registry and in success remove the li created.
The problem is that, in all elements that were created dynamica...
Example of the first box:
<h5>Filtrar por Marcas</h5>
<select name="filtrar_marca">
{% for category in categories %}
<option value="{{ category.name }}">{{ category.name }}</option>
{% endfor...
Well, can anyone tell me how I can do this with hover ?
When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name.
Or tell me where I find examples, I did not...
I have a script that basically reads a .log in real time and shows it on the screen, but the question is that it starts with the DOM, I would like it to start just from the click of the button, could you help me? / p>
<?php
if (isset($_GET['...
I leave this below for just the same information ...
CSS of my page:
body{
margin: 0 auto;
padding: 0;
min-height:100%;
position:relative;
}
head {
display: none;
position: relative;
min-height: 100%;
}
html{
hei...
Well, I needed to make clicking on a button show the div's and if clicking another button and displaying some div (display: block;) would get a display: none; was what I did in the code below:
function movel(){
var divMovel = document.ge...
I'm trying to send an email with a base64 image. The html is however going the image not.
An example of how the message is mounted:
<p>Mensagem.</p><br><br><img style='max-height:200px; max-width: 700px; width:aut...