knockoutjs
Here are 431 public repositories matching this topic...
-
Updated
Jul 7, 2020 - TypeScript
Pattern anchor
When reading pattern from HTML it is used directly as a regular expression, which is not correct. The spec says
The compiled pattern regular expression, when matched against a string, must have its start anchored to the start of the string and its end anchored to the end of the string.
This implies that the regular
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jun 17, 2020 - Shell
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Oct 29, 2018 - JavaScript
-
Updated
Jun 17, 2020 - Python
-
Updated
Dec 18, 2017 - JavaScript
-
Updated
Mar 17, 2020 - TypeScript
-
Updated
Aug 16, 2019 - C#
-
Updated
Jul 17, 2019 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
May 28, 2015 - HTML
to improve search engine optimisation, create a sitemap for crawling robots.
the site is built using https://metalsmith.io/. keep in mind a number of pages are created as part of the build process - take a look in tasks/ and any files called generate...
there's probably a plugin for metalsmith that will crawl its own files and generate one, otherwise, create a gulp task that can be run pos
-
Updated
Aug 13, 2019 - JavaScript
-
Updated
Nov 5, 2014 - JavaScript
-
Updated
Aug 30, 2019 - C#
Implement a public page which can be used to report bad documents.
The user must enter (document.id or document.barcode) and a reason for the report.
The page should explain where the user can find document.id or document.barcode.
The page may show the metadata of the document to verify the input.
Reported documents must be shown on the "DB-Admin".
There may be a special page to review repo
Document rating
-
Updated
Mar 20, 2018 - PHP
-
Updated
Jan 29, 2016 - JavaScript
-
Updated
May 16, 2017 - TypeScript
-
Updated
Jun 20, 2019 - TypeScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Feb 14, 2018 - PLSQL
-
Updated
Jan 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the knockoutjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knockoutjs topic, visit your repo's landing page and select "manage topics."
Documentation examples for jquery doesn't apply to typescript usage because the typescript typings survey.jquery.d.ts don't extend jquery to provide required methods.
$("#surveyContainer").Survey(...Some typescript usage examples would be helpful for developers using typescript instead of javascript.