Skip to content

Instantly share code, notes, and snippets.

View jenky's full-sized avatar
✈️
fly away!

Lynh jenky

✈️
fly away!
  • 21.0228148,105.7957639
View GitHub Profile
@jenky
jenky / app.blade.php
Last active March 28, 2016 01:44
Laravel Admin LTE
@extends('layouts.base')
@section('css')
{!! Html::style(cache_buster('css/vendor.css')) !!}
{!! Html::style(cache_buster('css/app.css')) !!}
@endsection
@section('js')
{!! Html::script(cache_buster('js/vendor.js')) !!}
{!! Html::script(cache_buster('js/app.js')) !!}
(function( $ ) {
$.fn.photoswipe = function(options){
var galleries = [],
_options = options;
var init = function($this){
galleries = [];
$this.each(function(i, gallery){
galleries.push({
id: i,