Pagify icon indicating copy to clipboard operation
Pagify copied to clipboard

Effortlessly create single page web sites with this jQuery plugin.

Results 14 Pagify issues
Sort by recently updated
recently updated
newest added

For aesthetic reasons it would be nice to add a `delay` animation in between a `fadeOut` & `fadeIn` for example.

Based on #26. Just prefixes "jquery." to the filename, as common for jQuery plugins :) 77bba51, tagged as 1.0.1, is the current version I published to NPM as [jquery-pagify](https://www.npmjs.com/package/jquery-pagify).

Adds a package.json for NPM :)

There is a bug in the `basePagePath` code that forces a "/" if not specified. Easy fix: ``` if (self.settings.basePagePath && self.settings.basePagePath.indexOf('/', self.settings.basePagePath.length - 2) === -1) { self.settings.basePagePath +=...

If cache == ture, make cache when page was loaded. This makes it faster to render first(default) page.

Hey. I have downloaded the zip file and extracted the files, but when i open the index file no content loads. on live preview in dreamweaver it does works. Please...

There is no way to use JQuery with elements loaded by pagify.

What is the best strategy to add a loading animation during page loading ?

I am seeing a problem with a page loading if javascript is included in the header of the page. In my case, it is an image gallery with a lightbox...

Many people will wish to "pagify" pages with a different file extension. It's not particuarly hard to change this in the Pagify source code, but it would be nicer if...