Skip to content

A collection of all script library, made by freelance developers

Notifications You must be signed in to change notification settings

vixson/script-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vx-lib.js

pushToFile(filePath, filename, fileExtension, fileContent, reponse)
pullFromFile(filePath, filename, fileExtension, reponse)

PUSHES and PULLS file using a file-server.php Through the use XMLHttpRequest function. Send file detail throught the follow parameters

filePath - The full path name to which the file is located e.g 'path/to/file'

filename - The full file name of the file e.g 'Foo'

fileExtension - The extension name of the file e.g 'txt' or 'js'.

response - The callback function to execute that passes the xhr response when the file-server is succefully loaded. return The file content or File not found Errormessage.

fileContent - The string content that to be written to the file.

deep-query.js

This a script used to query a list (Array or Object) in a database. It can check down to the nested child for a matching property

About

A collection of all script library, made by freelance developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published