summaryrefslogtreecommitdiff
path: root/src/hints.js
AgeCommit message (Expand)Author
2013-07-18Use css -webkit-transform:translate to position hint labels.Daniel Carl
2013-07-16Don't show hint for invisible items (#19).Daniel Carl
2013-07-13All to filter link hints also by the title or alt of image.Daniel Carl
2013-07-13Show image title or alt in hint label.Daniel Carl
2013-07-13Removed accidentally duplicated function in hints.js.Daniel Carl
2013-07-11Removed runtime styling for hints (#40).Daniel Carl
2013-07-06Freezes the VbHint object to prevent changes.Daniel Carl
2013-07-02Use only single hint instance per page.Daniel Carl
2013-06-25Revert "Don't bubble up click events for hints (#17)."Daniel Carl
2013-06-23Added @placeholder matching for hinting.Daniel Carl
2013-06-23Fixed wrong xpath syntax.Daniel Carl
2013-06-23Changed typeof(var) === "undefined" to var === undefined.Daniel Carl
2013-06-22Don't bubble up click events for hints (#17).Daniel Carl
2013-06-16Made hinting case insensitive (#35).Daniel Carl
2013-05-28Changed comment style in hint.js.Daniel Carl
2013-04-14Added new hinting mode to open form fields with editor (#15).Daniel Carl
2013-03-30Fixed none working hint class replacing.Daniel Carl
2013-03-30Renamed hint css class for focused hint.Daniel Carl
2013-03-27Fixed broken hints on pages with frames.Daniel Carl
2013-03-18Renamed the project from vimp to vimb.Daniel Carl
2013-03-14Remove unneeded assignment of hint object.Daniel Carl
2013-03-14Shortened hints.js and move some variable declarations.Daniel Carl
2013-03-13Fixed none cleared hints within frames.Daniel Carl
2013-03-13Don't remove target attributes with none _blank value.Daniel Carl
2013-03-12Shortened some variable names in hinting script.Daniel Carl
2013-03-12Fire also all possible mouse events on form fields.Daniel Carl
2013-03-12Trigger mouse events when hint is fired.Daniel Carl
2013-03-11Use document fragment for the hint nodes.Daniel Carl
2013-03-09Moved hint mode and usage params to the hint instantiation.Daniel Carl
2013-03-09Open hinted link via click event from JavaScript.Daniel Carl
2013-03-03Removed hint processings out of the javascript.Daniel Carl
2013-03-03Show hinted element source in status bar.Daniel Carl
2013-03-01Stop hinting if no element is found.Daniel Carl
2013-03-01Added hinting mode to open images.Daniel Carl
2013-03-01Allow to set script name if a javascript is evaluated.Daniel Carl
2013-03-01Renamed hinting js file from hint.js -> hints.js.Daniel Carl