Leon Francis Shelhamer
Leon Francis Shelhamer
I noticed you added: ***DEVELOPMENT DISCONTINUED*** to the description. Would you be interested in me taking over development?
Thank you for posting this issue. I had no idea and i have been trying to figure out what was wrong for days.
Thank you @schlessera, very much for looking into the code. Great suggestions. I will run these tests and report my findings back.
@schlessera, I tired all of these, the behavior remains the same. The deactivation process does happen. If the plugin is active and I run uninstall from Perl, it does deactivate...
+1 like: `.slider({ stop: function( event, ui ) {} });`
for now you can do something like this out side of the color picker call: ``` javascript $('.cp-container').click(function(){ var rgba = $('input#colorPicker').text(); $('#myelement').css({ backgroundColor: rgba }); }); ```
@davidgs @talmax1124 @katherinepamina I used the build in `geocodeByAddress()` method, and then made a function that gets the address_component I want by type. ```js const getComponent = (address_components, type) =>...
@hibiken I am interested in being a maintainer. I have now been working with ReactJS daily for a year and I am ready to step it up.
Ok thanks for the reply. CSSX is pretty awesome!!! On Thu, Aug 25, 2016 at 11:41 AM Krasimir Tsonev [email protected] wrote: > @twoelevenjay https://github.com/twoelevenjay I think it will be >...
Thank you, I am out of my territory on this one or else I attempt the fix myself to help out. On Thu, Aug 25, 2016 at 11:43 AM Krasimir...