Questions tagged as 'jquery'

1
answer

Nav-bar responsive at the Foundation?

I'm giving maintenance to a site that was made with Foundation, and I really do not know anything about this framework, because I only work with Bootsrap. I already looked in the Foundation documentation but found nothing that solved my probl...
asked by 09.01.2014 / 22:35
3
answers

Upload post without refresh of page with AJAX and JQUERY

I need help with Wordpress because I would like to load posts without refresh or reload of the page. I have a menu that returns posts of a certain category in a <div> to the left and I would like to be able to l...
asked by 18.02.2014 / 16:09
2
answers

How to make a dynamic form?

I've implemented a script that dynamically adds fields to a form, in this case a form to add products and their quantity. The code is here: link I am finding this code very bureaucratic, because every time the button "NewProduct" is trig...
asked by 07.11.2014 / 19:50
3
answers

How do I bind events to dynamically created elements and pass parameters?

I have a table that is generated via ajax and a certain column generates a link. As it was implemented, it currently writes a html with javascript intrusive. Something like below: return "<a href=\"#\" id=\"detalhe-nota-" + record.dat...
asked by 25.11.2015 / 19:34
2
answers

How to calculate total table value with JavaScript?

Imagine that I have a table with a number of rows that varies dynamically (that is, the user can insert more rows), each row having two columns with two text fields: quantidade and valor . What would be the most performative...
asked by 02.09.2014 / 23:07
2
answers

JSON performance to feed an entire site

Adapting a Drupal theme to pure HTML with a tight timeline, as expected, the code came out a bit more complicated than I'd like. In this way, I had the opportunity to explore JSON and some of its functionalities and I decided to create a d...
asked by 21.05.2014 / 14:12
2
answers

Check if username is unique in real time

Hello, guys! Currently, to check if a user name is unique, I do the most basic. I send the POST to a PHP page that checks in MySQL, only then returns the error. cadastro.php: <form role="form" action="https://<?php print $_SERVER['HTTP...
asked by 01.11.2017 / 21:34
2
answers

How does the jQuery stack work?

When I learned how to use the .end method of jQuery, I realized that it was a powerful tool that ensures a lot of expressiveness to the code (and I was soon seeing how to integrate it with my plugins ). Although I have a basic understa...
asked by 05.02.2014 / 01:30
1
answer

Unique Identifier for a Smartphone

I'm developing a system and need to capture a unique Smartphone identifier. In this case, the person would access the site through the Smartphone and the site will capture some unique identifier of the device or even the browser. I thought of...
asked by 21.10.2015 / 21:35
1
answer

Extending jQuery plugin

I'm working on a project that uses the X-editable library with Bootstrap 3. Throughout the page are multiple instances of the plugin, however, there was a need for some instances to have a different template. By reading the library's documenta...
asked by 24.09.2015 / 16:45