search for: highlightj

Displaying 3 results from an estimated 3 matches for "highlightj".

Did you mean: highlight
2012 Apr 12
1
Support for R in highlight.js
...nterested and don't mind touching a little bit of JavaScript ? please reply to the announcement or personally to Adam Kennedy <adam.kennedy at kaggle.com> who's behind it from the Kaggle side. [1]: http://softwaremaniacs.org/soft/highlight/en/ [2]: https://groups.google.com/d/topic/highlightjs/-ogtOaK-TQY/discussion
2019 Oct 12
2
PANDOC
Hola, parece que el problema está relacionado con la versión de Pandoc. La última da problemas, según parece: https://github.com/boxuancui/DataExplorer/issues/119 DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers today. It took hours, but the problem seems related to newer versions of Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer versions 2.7
2006 Feb 10
13
Element.observe () binding
Hey all, I working on a project, but I am not sure I can do what I want to do. The following works beautifully: Event.observe(el, ''click'', function () { this.className += " myClass"; return false; }); I have also tried doing this: this.varname = ''test''; Event.observe(el, ''click'', function () { alert (this.varname); }.bind