1-Chlorononane PurTech Standard for GC

PurTech


Synonym: 
Linear Formula: 
Molecular Weight:  162.7 g/mol
CAS Number: 2473-01-0

Properties

Density 0.87 g/mL at 25 °C(lit.)
Form Liquid

Safety Information

Hazard Statement(s) NA
Precautionary Statement  NA
GHS Pictogram
Signal word NA
HS Code 29041900
Storage Temp. Room Temperature
Storage Class 10 - Combustible liquids
UN Number NA

Description

Purpose
For R&D

// Overrides the default autocomplete filter function to search only from the beginning of the string $.ui.autocomplete.filter = function (array, term) { var matcher = new RegExp("^" + $.ui.autocomplete.escapeRegex(term), "i"); return $.grep(array, function (value) { return matcher.test(value.label || value.value || value); }); }; $.ui.autocomplete.prototype._renderItem = function (ul, item) { var t = String(item.value).replace( new RegExp(this.term, "gi"), "$&"); return $("
  • ") .data("item.autocomplete", item) .append("" + t + "") .appendTo(ul); };