Git Product home page Git Product logo

dashicons-picker's Introduction

Hi there ๐Ÿ‘‹

dashicons-picker's People

Contributors

bradvin avatar bueltge avatar danieliser avatar dboutote avatar jjj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashicons-picker's Issues

Copyright question

Hello!

I'm preparing a plugin totally free for Wordpress Directory, can I use this library??

I can give credits in it if you want it, I found it really usefull and this plugin will be always open source and free to everyone, but anyway I prefeer to ask before publishing it.

Thanks for your time and great job !

Update the list of icons.

Here is a simple method to get the latest list.

Visit: https://developer.wordpress.org/resource/dashicons/

Run the following in your browser console.

var all_dashicons = [];

jQuery('#iconlist .dashicons').each(function () { var string = jQuery(this).removeClass('dashicons').attr('class').trim().replace('dashicons-',''); if(string !== '') all_dashicons.push(string); });

"['" + all_dashicons.filter(function(elem, index, self) { return index == self.indexOf(elem); }).join("','") + "']";

re-init after adding new element to dom

I am having some issue getting the plugin to work after cloning, I am cloning a content block with the plugin inside, the data-target and ids are all being updated but it is obviously still bound to the previous element, any help would be greatly appreciated. :)

Not working in with Wordpress 5.6

After migrating to 5.6 the picker shows no icons

image

Nothing in the console. Most likely something to do with jQuery but I couldn't figure it out yet

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.