Questions tagged as 'jquery'

2
answers

How can I make a button load more using jquery?

Good morning, I'm doing a site that has the posts, however I do not want to use the paging system, I want to make a button that loads more post, hence I wanted to know how I do .. <header id="top"> <a href="#"><p id="nome"&g...
asked by 16.10.2016 / 15:42
1
answer

I can not use CSS pseudo-element with JQuery

I want you to click on the pseudo-element, the menu opens, I tried several codes but none worked, the last one I tried was this: $('#overlay-menu').after().click(function(){ var menu = $('#overlay-menu'); //Antes eu tentei usar o this, por...
asked by 11.08.2016 / 16:31
1
answer

Json in Jquery returns undefined

Although I have looked at all the various questions about this, I can not get my json to work, the code looks like this: $.ajax({ url: '<?= base_url('login/Pesquisar'); ?>', type: 'POST', data: $("#formulario_pesquisa").seria...
asked by 11.08.2016 / 15:58
1
answer

jstree create new node does not work

I'm using jstree to create a tree. I'm trying to create a new node, but I'm not getting it. The first node level will already be loaded in html, so only the next level will be added by js. Here is an example: $("#tree").jstree();...
asked by 11.08.2016 / 22:28
1
answer

Doubts on how to validate CNPJ with Jqyery

After searching in some sites, I found a CNPJ validation code in jquery, I would like to make this function active when clicking the email field, if the cnpj field is not filled or the value is invalid, I want it to display a alert . My...
asked by 12.08.2016 / 02:22
1
answer

Make item disappear according to system date

I have several 'boxes' with dates in html, example: <div id="agenda"> <a href="javascript:void" class="web-thumb"> <span class="data">13 set</span> <span class="hora">10h30</span> <p clas...
asked by 22.09.2016 / 22:29
1
answer

Change element generated through the event of an element already ready

I have the following HTML code: <div class="header"> <ul class="navigation"> <li><a>Home</a></li> <li><a id="limpar">Limpar</a></li> </ul&...
asked by 14.08.2016 / 18:43
1
answer

Validation with Parsley and Modal window

I have a problem and I can not resolve it. I have a button that when I click on it presents a message to the user of confirmation, it happens that before opening this modal I would like to validate if all fields are filled in. For validation...
asked by 13.09.2016 / 17:32
1
answer

Post with no fronend

I'm trying to post a form information but I'm not really sure how to do it. This is my C # form: @using (Html.BeginForm("Enviar", "Mensagem", FormMethod.Post, new { enctype = "multipart/form-data", @class = "", @id = "formNovaMsg" }))...
asked by 02.09.2016 / 18:46
1
answer

Identify router model via PHP or Javascript [closed]

Is it possible to identify a person's router model through PHP or Javascript? I wanted the person to access an "X" page so php or javascript would identify the router's model and store that information in txt or BD. Is this possible?     
asked by 27.08.2016 / 23:56