This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var oldJQueryEventTrigger = jQuery.event.trigger; | |
jQuery.event.trigger = function( event, data, elem, onlyHandlers ) { | |
console.log( event, data, elem, onlyHandlers ); | |
oldJQueryEventTrigger( event, data, elem, onlyHandlers ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content="Seed Recruit is a platform boasting jobs from coolest startups on the planet. | |
Seed Recruit is also an online recruitment platform where you can find your rockstars with the click of a button. | |
Seed Recruit - Startups, Talents, Jobs."> | |
<meta name="author" content="Seed Recruit"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content="Seed Recruit is a platform boasting jobs from coolest startups on the planet. | |
Seed Recruit is also an online recruitment platform where you can find your rockstars with the click of a button. | |
Seed Recruit - Startups, Talents, Jobs."> | |
<meta name="author" content="Seed Recruit"> |