Questions tagged as 'jquery'

1
answer

How to move from one in an element to the carousel?

I'm using Boostrap with the carousel to pass the elements of a menu that I have. I want 4 items at a time to appear and pass one by one without noticing the effect. With the code I have, the effect is to go 4 at a time. You can see...
asked by 22.07.2014 / 18:16
3
answers

css selector syntax for deleting td element with jQuery

Some way to use jquery and selectors in a similar way? $("#tabela td").empty(); I need to delete only the tr lines that contain td of a table like this, but not the tr lines that have th elements. As I'm doing, it d...
asked by 25.07.2014 / 15:14
2
answers

How to add a class to a li when the person is on the link page accessed?

I'm creating a site using PHP with includes for better maintenance, however I'm having a problem. If I used only HTML this problem would not be occurring, as I'm using includes to pull menu , I can not add a clas...
asked by 23.07.2014 / 01:16
2
answers

Check all the checkboxes of a DataTable table?

I have a ckeckbox that intends to tag all available options in a table Jquery-DaTaTabeles , but after pagination the next Checkbox were not marked, ie on the second page they are no longer marked. VEJAM : $(document).ready(func...
asked by 25.07.2014 / 16:00
2
answers

What jQuery plugin lets you select days and events each day in a horizontal timeline?

I have events that I keep in the database and want to create a timeline that shows the events of the day in order of occurrence and allows the user to advance or rewind the day and select the events. As he selects an event, different things are...
asked by 24.03.2014 / 14:59
1
answer

Function not set with javascript

I made a cshtml and in it there is a button that calls my function that inserts into the DB. It turns out that when I click the button, it gives me this error: Uncaught ReferenceError: InsereCadastro is not defined. What do I need to do to get a...
asked by 29.07.2014 / 01:52
2
answers

Dynamically creating id's

I'm currently creating the element this way: $ss = '<input id="link" class="link[]" title="SS" type="image" src="../cancel.png"/>'; My JS, looks like this: $("#link").click(function(){ alert("SIM"); }); I'm currently runn...
asked by 02.03.2015 / 19:25
1
answer

Click on one element only

I have the following structure: $(".produtosMenu li span").click(function() { $(".produtosSubmenu").fadeToggle(); }); .produtosMenu li { box-sizing: border-box; -webkit-transition: background-color .5s; /* For Safari 3.1 to...
asked by 26.02.2015 / 15:07
1
answer

How to redirect question "q=" from one site to another without changing the question?

I have a mini search site: http://www.cosmo-search.url.ph , and when typed www.cosmo-search.url.ph/search?q=PESQUISA-FEITA-PELO-USUÁRIO I need to be redirected to br.search.yahoo.com/yhs/search?p=PESQUISA-FEITA-PELO-USUÁRIO&hsp...
asked by 22.09.2014 / 23:50
2
answers

It is possible to trace the .js files that are called when executing some JQuery event

For example, if a click event applied to a link call a function that is in the A.js file, which in turn needs B.js , which needs C.js . I wonder if you can know this dependency between files by browser .     
asked by 26.09.2014 / 21:59