I'm using the JPAGES plugin to make paging, but putting it inside a flip made with jquery tab , it crashes and only appears next and previous. So I did a test:
I put the script of the line below
<script src="//ajax.googleapis.com/ajax...
I have an input of type hidden that gets the name of the menu that was selected that was returning from the application, it can receive (progress, closure, values)
After the postback, I want the menu that was received in the input to be active (...
I would like to show my result that is in the controller method in View.
EX:
Controller:
public class SMSTarifado
{
public int QtdTarifados { get; set; }
public int QtdEnviados { get; set; }
public int QtdRespondidos { get; set;...
The div.mega-posts element is inside a menu, nav , that element, when depending on the resolution, goes inside the element ul#overflow where it is not necessary, and then remove with .remove() . So far, the problem now...
People put a loading on the page but when I edit the page by the ementor it does not stop there I can not edit the contents = (could you help me to see what is happening?
CSS:
/*Loading*/
#page{
display: none;
}
#loading{
position:abs...
I would like to know if there is any way to do it, because I have a function that when I click on a menu button it captures via jquery the page id but if example I am in the HOME page that has no id and is for service page which has id it a relo...
I have a div that is the breadcrumb of the page.
.banner-blog {
background: url(http://www.hostmove.com.br/geral.jpg) no-repeat scroll;
background-attachment: fixed;
background-size: 100%;
/* background-position: 50%, 25%; */...
I need to create an upload button that when reading the xml of my invoice can display the NFe key that is inside the tag, inside an input.
I have already used several methods and are not deseralizing.
public void UploadXML(string CHAVE_ACES...
I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax.
The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...