Perry Naseck
Perry Naseck
Hi there! I'm happy to help! Take a look at the last line of the callback function in each example. In `DMXUSB_Simple`, the callback dim am LED on the first...
@paoloros97 please let me know if I can be of any further assistance!
Closing due to no response.
Hi there! I have not yet implemented DMX input. Input is a bit more complicated to deal with. The main difficulty is getting a fixed message rate, but this is...
I tried enabling Strict Warnings in Firebug, but I still couldn't get the error. When I switched to the non-minfied version, I noticed I had commented out lines 700 through...
I re-uploaded the easytabs library to my server and now I'm getting this: Firefox: ``` Error: TypeError: plugin.publicMethods is undefined Source File: jquery.easytabs-3.2.0.js Line: 698 ``` Chrome: ``` Uncaught TypeError:...
I tried switching to jQuery 1.10.2, but that didn't change anything. However, I tried `console.log($('#navbuttons').data('easytabs'));` on both versions and I got: `TypeError: $ is not a function`. I think the...
Oops! I forgot that I am using no conflict with jQuery! When I put in: ``` console.log($jq('#navbuttons').data('easytabs')); ``` I get: ``` undefined true ``` I tried using `jQuery("#navbuttons").easytabs` but that...
I have various scripts that run before, during, and after ajax load. I also have specific class names and I have once script relies on the hash-change of the tabs....
No, that doesn't make any sense because I don't have multiple instances. Here it is anyways: 