dirs (owner)

Revisions

gist: 115061 Download_button fork
public
Public Clone URL: git://gist.github.com/115061.git
Embed All Files: show embed
autofollow2.js #
1
2
3
4
5
6
7
8
9
10
11
// tá ficando chato isso
console.log($('.btn-adicionar-busca').click());
 
// de ontem foi:
//$(function() {
// $('.form_follow').each(function() {
// if ($(this).css('display') == 'block') {
// $(this).submit();
// }
// });
//});