{"id":17793426,"url":"https://github.com/dynamicdriverepo/ddexitpop","last_synced_at":"2025-03-16T19:30:42.072Z","repository":{"id":57211664,"uuid":"106514288","full_name":"dynamicdriverepo/ddexitpop","owner":"dynamicdriverepo","description":"Robust, modern exit intent pop up script with 40+ intro effects and mobile fallback.","archived":false,"fork":false,"pushed_at":"2017-10-11T06:51:25.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-03T09:46:15.525Z","etag":null,"topics":["box","popover","popup","window"],"latest_commit_sha":null,"homepage":"http://www.dynamicdrive.com/dynamicindex8/exitpopup/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dynamicdriverepo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-11T06:28:24.000Z","updated_at":"2024-08-16T13:33:06.000Z","dependencies_parsed_at":"2022-08-30T16:11:30.270Z","dependency_job_id":null,"html_url":"https://github.com/dynamicdriverepo/ddexitpop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicdriverepo%2Fddexitpop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicdriverepo%2Fddexitpop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicdriverepo%2Fddexitpop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicdriverepo%2Fddexitpop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynamicdriverepo","download_url":"https://codeload.github.com/dynamicdriverepo/ddexitpop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826780,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["box","popover","popup","window"],"created_at":"2024-10-27T11:08:45.082Z","updated_at":"2025-03-16T19:30:41.820Z","avatar_url":"https://github.com/dynamicdriverepo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exit Intent Pop Up Script (with Mobile Fallback)\n\n**Description:**  **[jQuery Exit Intent Pop Up Script](http://www.dynamicdrive.com/dynamicindex8/exitpopup/)** is a modern, exit pop up script that's triggered when the user signals he's about to leave a page, by moving the mouse into the browser's location or toolbar. Great for capturing leads, the script supports 40+ intro animations and mobile fallback support.\n\n\n## Installation\nFor npm and bower users, alternatively, run:\n\n    $ npm install ddexitpop\n    $ bower install ddexitpop\n\n# Manual Install\n**Step 1:**\n\nAdd the following code to the HEAD section of your page:\n\n\t\t\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css\"\u003e\n\t\t\u003clink rel=\"stylesheet\" href=\"ddexitpop.css\" /\u003e\n\t\t\n\t\t\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js\"\u003e\u003c/script\u003e\n\t\t\n\t\t\u003cscript src=\"ddexitpop.js\"\u003e\n\t\t\n\t\t/***********************************************\n\t\t* Exit Intent Pop Up Script (with mobile fallback)- By Dynamic Drive (www.dynamicdrive.com)\n\t\t* Please keep this notice intact\n\t\t* Visit http://www.dynamicdrive.com/ for full source code\n\t\t***********************************************/\n\t\t\n\t\t\u003c/script\u003e\n\t\t\n\t\t\u003cscript\u003e\n\t\t\n\t\t//*** Initialize DD Exit Pop Up Script:\n\t\t\n\t\tjQuery(function(){\n\t\t\tddexitpop.init({\n\t\t\t\tcontentsource: ['id', 'ddexitpop1'],\n\t\t\t\tfxclass: 'random',\n\t\t\t\tdisplayfreq: 'always',\n\t\t\t\tonddexitpop: function($popup){\n\t\t\t\t\tconsole.log('Exit Pop Animation Class Name: ' + ddexitpop.settings.fxclass)\n\t\t\t\t}\n\t\t\n\t\t\t})\n\t\t})\n\t\t\n\t\t\u003c/script\u003e\n\n**Step 2**\n The demo by default defines the pop up's content directly inline on the page. Add the following markup anywhere in the BODY of your page. It won't be visible until triggered:\n \n          \u003cdiv id=\"ddexitpop1\" class=\"ddexitpop\"\u003e\n        \t\u003ch1\u003eHold On For Just One Second!\u003c/h1\u003e\n        \t\u003cp\u003eBefore you leave, download our FREE e-book that shows you how to create a blog, step by step, in under 20 minutes!\u003c/p\u003e\n        \t\u003cp\u003eYou'll learn:\u003c/p\u003e\n        \t\u003cul\u003e\n        \t\u003cli\u003ePick a Web Host\u003c/li\u003e\n        \t\u003cli\u003eHow to select the best CMS\u003c/li\u003e\n        \t\u003cli\u003eInstall and Choose a Theme\u003c/li\u003e\n        \t\u003cli\u003ePromote and Set Up Social Profiles for your Blog\u003c/li\u003e\n        \t\u003c/ul\u003e\n        \t\u003ca class=\"calltoaction\" href=\"#\" onClick=\"ddexitpop.hidepopup()\"\u003eDownload Free E-Book\u003c/a\u003e\n        \n        \u003c/div\u003e\n\nAnd that's it!  See the read **[documentation](http://www.dynamicdrive.com/dynamicindex8/exitpopup/)** on the supported options of this script when initializing it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamicdriverepo%2Fddexitpop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamicdriverepo%2Fddexitpop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamicdriverepo%2Fddexitpop/lists"}