Regular Expressions in MS SQL Server 2005/2008 29/03/2017 | jiangws https://www.codeproject.com/Articles/42764/Regular-Expressions-in-MS-SQL-Server… Read More
How can I create index on nvarchar(max) datatype in sql? 27/03/2017 | jiangws include , checksum, full-text index http://stackoverflow.com/questions/12336821/how-can-i-create-index-on-nvarcharmax-datatype-in-sql… Read More
jQuery: fire click() before blur() event 21/03/2017 | jiangws2002 Solution 1 Listen to mousedown instead of click. The mousedown and blur events occur one after another when you press the mouse button, but click only occurs when you release it. Solution 2 You can preventDefault() in mousedown to block the dropdown from stealing focus. The slight advantage is that the value will be selected when the mouse button is released, which is how native select components work. JSFiddle… Read More
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports Meteor, AngularJS, React, Polymer, Knockout and any CSS library, e.g. Bootstrap. 17/03/2017 | jiangws https://github.com/RubaXa/Sortable… Read More
Reorder list using jQuery and ASP.NET http://sumo.ly/9Lu4 via @CodeAspNet 16/03/2017 | jiangws http://codeasp.net/articles/asp-net/65/reorder-list-using-jquery-and-asp-net… Read More
Bootstrap Multiple Select (Multi-Select) DropDownList with CheckBoxes in ASP.Net MVC Razor 15/03/2017 | jiangws https://www.aspsnippets.com/Articles/Bootstrap-Multiple-Select-Multi-Select-DropDownList-with-CheckBoxes-in-ASPNet-MVC-Razor.aspx… Read More
Play Sounds in Websites 14/03/2017 | jiangws http://www.schillmania.com/projects/soundmanager2/demo/template/… Read More
Why Using the Greedy .* in Regular Expressions Is Almost Never What You Actually Want 14/03/2017 | jiangws https://blog.mariusschulz.com/2014/06/03/why-using-in-regular-expressions-is-almost-never-what-you-actually-want… Read More
Toc Tips and Tricks 13/03/2017 | jiangws http://wordfaqs.ssbarnhill.com/TOCTips.htm#Content… Read More
bootstrap play sound with one button 07/03/2017 | jiangws http://jsfiddle.net/internetdj/hnd84p0w/… Read More