Sunday, March 5, 2017

building the list manager

first, of course, you want to build the framework
and then you want to build the JavaScript



<textarea id="sns_textarea"></textarea>
<a href="javascript:sns('get the next frame')">get the next frame</a>

if (isnumber(line) === "is a number") {

function isnumber(line) {
if (/[^0-9]/.test(line) === "false") {return "is number line"}

function findaframe(number) {}

<div id="sns_frame"></div>
<div id="sns_listing"></div>

function loadlisting() {}

function getlistingarray() {}

for (var i = 0; i < listingarray.length; i = i + 1) {
var thisline = listingarray[i]

No comments:

Post a Comment