Questions tagged as 'jquery'

2
answers

Get the value of a TD tag by jquery and send to method in Controller

How do I get the value of a tag when I double-click it and get that value and move to a method in my controller. The double click function is working. $('#nmUsuario').on("dblclick", '.clique', function() { CarregaDados(); }) Where nmUsu...
asked by 23.10.2014 / 12:45
2
answers

Solution for screen transition

I have a one-page site that will follow the following pattern: <section id="home"></section> <section id="empresa"></section> <section id="mapa"></section> <section id="contato"></section> For...
asked by 11.10.2014 / 05:33
2
answers

"DD / MM / YYYY - HH: SS" to "milliseconds"

I'm using Bootstrap's datetimepicker f and need to convert the result to milliseconds. Currently the result is: "dd / mm / yyyy - hh: ss" and need it in "milliseconds". What's the best way?     
asked by 04.10.2014 / 23:24
3
answers

How to hide ScrollBar but not disable it

I would like to know if you have to disable the ScrollBar without disabling it, ie hide the ScrollBar but leave it working normally, as if it had the show.     
asked by 26.09.2014 / 02:41
1
answer

How to make a 250px horizontal slider per click?

Good morning, I used the instagram API to display my profile photos on the website and found no carousel solution that did not conflict with jQuery from Magento, so I started to do the same thing. With the Instagram's own API I calculated...
asked by 08.06.2015 / 17:25
2
answers

Delete tr table html jquery

I'm trying to create a button to add a tr to an existing table, but I have not yet succeeded. I used the following code to add tr, this works normally: HTML <table id="Table"> <tbody> <tr> <th>A</th...
asked by 15.05.2015 / 13:17
2
answers

MASK field does not render formatting

I'm trying to render a input phone field but it's not happening as expected: <?php include_once '../entity/UsuarioEntity.php'; include_once '../configs/PDOUtil.php'; include_once '../dao/PaisDao.php'; include_once '../dao/EstadoDao.p...
asked by 31.05.2015 / 22:58
1
answer

Problem with Jquery function

The function I created in Jquery, is not being called in the first click, it is only triggered in the 2nd. I'm using ASP.NET, C #, I need the panel component to start hidden, so by clicking on the p tag it appears and so calling the toggle () me...
asked by 27.05.2015 / 22:44
1
answer

Effect of the Apple website

I would like to know what the effect of the Apple website is called, when the scroller user jumps to the next section. Click here to see the effect.     
asked by 22.07.2014 / 01:08
2
answers

Copy content from a div when you click a button

I have a URL shorter, where there is listing with all generated links. What I need is to create a button next to it, where when the person clicks on it, automatically copy the div that contains the shortened link. I'm trying something like th...
asked by 19.07.2014 / 04:19