{"id":15405873,"url":"https://github.com/elia/red_query","last_synced_at":"2026-02-21T19:30:17.030Z","repository":{"id":66505088,"uuid":"2197839","full_name":"elia/red_query","owner":"elia","description":"jQuery based Framework for Red","archived":false,"fork":false,"pushed_at":"2011-08-12T16:14:39.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T03:52:03.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elia.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-12T15:55:20.000Z","updated_at":"2019-07-09T11:33:25.000Z","dependencies_parsed_at":"2023-02-20T05:25:24.584Z","dependency_job_id":null,"html_url":"https://github.com/elia/red_query","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Fred_query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Fred_query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Fred_query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Fred_query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elia","download_url":"https://codeload.github.com/elia/red_query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850872,"owners_count":19707421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T16:18:49.603Z","updated_at":"2026-02-21T19:30:16.998Z","avatar_url":"https://github.com/elia.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery based Framework for Red\n\nProvides DOM, Ajax, JSON functionality for Red. Heavy usage of jQuery.\nIts been developed for my personal fork of Red: http://github.com/julius/red\n\n## Usage\n\nOf course you need jQuery and your own source. \nIn addition you need a little startup code.\n\n``` html\n  \u003cscript src=\"jquery.js\"\u003e\u003c/script\u003e\n  \u003c!-- red_query startup code --\u003e\n  \u003cscript type='text/javascript'\u003e\n    jQuery.noConflict();\n    jQuery(document).ready(function(){\n      if (typeof c$Document !== \"undefined\")\n  \t    c$Document.m$ready_bang();\n      else\n  \t    throw \"BIG problem with Red code\";\n    });\n  \u003c/script\u003e\n  \u003cscript src=\"your_red_file.js\"\u003e\u003c/script\u003e\n```\n\nYour main Red file should\n\n    require 'red_query'\n\nAnd your compilation should include\n\n    red -I/path/to/red_query your_red_file\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felia%2Fred_query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felia%2Fred_query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felia%2Fred_query/lists"}