Git Product home page Git Product logo

nerminph's Projects

astra icon astra

A very lightweight and beautiful theme made to work with Page Builders.

chosen icon chosen

Chosen is a library for making long, unwieldy select boxes more friendly.

option-tree icon option-tree

Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.

resizing-fixed-menu-in-ie8-problem icon resizing-fixed-menu-in-ie8-problem

I addded the following jquery code to make resizing for fixed menu in scroll case , but it doesn't work in ie8 <script type="text/javascript"> jQuery(document).on("scroll",function(){ if(jQuery(document).scrollTop()>100){ jQuery(".navbar-fixed-top").addClass("small"); } else{ jQuery(".navbar-fixed-top").removeClass("small"); } }); </script>

woocommerce-sale-timepicker icon woocommerce-sale-timepicker

Replacing datepicker on WooCommerce product dashboard with more timepicker (So the sale can be scheduled in minute basis)

wordpress icon wordpress

WordPress, Git-ified. Synced via SVN every 15 minutes, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit patches to https://core.trac.wordpress.org/ instead.

wordpress-develop icon wordpress-develop

WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit patches to https://core.trac.wordpress.org/ instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.