Skip to content
#

knockoutjs

Here are 431 public repositories matching this topic...

cdalexndr
cdalexndr commented Mar 19, 2020

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.

Prinzhorn
Prinzhorn commented Nov 9, 2018

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

vincelee888
vincelee888 commented Nov 28, 2018

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

fjalir
fjalir commented May 23, 2017

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

Improve this page

Add a description, image, and links to the knockoutjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knockoutjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.