Fix: JSCS: The requireLeftStickedOperators rule is no longer supported.

2 Comments

After an update of web essentials I was getting the error: 23-6-2014 08:02:04: JSCS: vctmp6788_81613.js compilation failed: JSCS: The requireLeftStickedOperators rule is no longer supported. Please use the following rules instead: disallowSpaceBeforeBinaryOperators disallowSpaceBeforePostfixUnaryOperators disallowSpacesInConditionalExpression  

Create kendo ui tooltip with template and correct position on element click.

0 Comments

Just a code snippet, that shows a tooltip, when the user clicks on a button:     <!DOCTYPE html> <html> <head> <title>RLI research page.</title> <link rel="stylesheet" type="text/css" href="../../../Libraries/Kendo/styles/kendo.common.min.css" /> <link rel="stylesheet" type="text/css" href="../../../Libraries/Kendo/styles/kendo.rtl.min.css" /> <link