This is the Linux app named goquery whose latest release can be downloaded as v1.8.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named goquery with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
goquery
DESCRIPTION
goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/HTML package and the CSS Selector library Cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), and detach()) have been left off. Also, because the net/HTML parser requires UTF-8 encoding, so does goquery: it is the caller's responsibility to ensure that the source document provides UTF-8 encoded HTML. See the wiki for various options to do this. Syntax-wise, it is as close as possible to jQuery, with the same function names when possible, and that warm and fuzzy chainable interface. jQuery being the ultra-popular library that it is, I felt that writing a similar HTML-manipulating library was better to follow its API than to start anew (in the same spirit as Go's fmt package), even though some of its methods are less than intuitive (looking at you, index()...).
Features
- See some tips and tricks in the wiki
- Licensed under the BSD license
- goquery exposes two structs, Document and Selection
- Syntax-wise, it is as close as possible to jQuery
- goquery brings a syntax and a set of features similar to jQuery to the Go language
- It is based on Go's net/html package and the CSS Selector library cascadia.
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/goquery.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.