Skip to content

Instantly share code, notes, and snippets.

View joviczarko's full-sized avatar
🎯
Focusing

Jović Žarko joviczarko

🎯
Focusing
View GitHub Profile
Hash change of Bootstrap Tab
----------------------------
customized bootstrap tab component. here hash address will be changing on clicking on the tabs. and when ever copy this changed address to a browser url address accordingly it will show corresponding content in tabs
@joviczarko
joviczarko / edd-download-grid-loop.php
Created November 15, 2017 10:54 — forked from Creativenauts/edd-download-grid-loop.php
Easy Digital Downloads - Download Grid Loop Function
function get_edd_posts($per_page, $order, $category = '', $exclude_category = '') {
$exclude_categories = explode(',', $exclude_category);
$product_args = array(
'tax_query' => array (
array(
'taxonomy' => 'download_category', // Download Category
'terms' => $exclude_categories, // Download Category Exclusions
'field' => 'slug', // Term Slug
@joviczarko
joviczarko / Web Contract.md
Last active July 12, 2017 15:31 — forked from malarkey/Contract Killer 3.md
Contract we use for web projects

The Web Project Contract


Between Dewploy Sourcing Ltd.

And [customer name].

Summary:

@joviczarko
joviczarko / 0_reuse_code.js
Created September 14, 2016 10:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console