Create Account
Log In
Dark
chart
exchange
Premium
Terminal
Screener
Stocks
Crypto
Forex
Trends
Depth
Close
Check out our Dark Pool Levels

AJAX
Capri Listco
stock NYSE

Inactive
Aug 26, 2021
8.72USD-0.683%(-0.06)320,839
Pre-market
Dec 31, 1969 7:00:00 PM EST
0.00USD-100.000%(-8.78)0
After-hours
Dec 31, 1969 7:00:00 PM EST
0.00USD0.000%(0.00)0
OverviewHistoricalExchange VolumeDark Pool LevelsDark Pool PrintsExchangesShort VolumeShort Interest - DailyShort InterestBorrow Fee (CTB)Failure to Deliver (FTD)ShortsTrendsNewsTrends
AJAX Reddit Mentions
Subreddits
Limit Labels     

We have sentiment values and mention counts going back to 2017. The complete data set is available via the API.
Take me to the API
AJAX Specific Mentions
As of May 14, 2025 6:34:26 PM EDT (31 minutes ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
55 days ago • u/DegenateMurseRN • r/GME • gamestop_on_x • C
Purpose and Functionality of the JavaScript in the Uploaded Document
The JavaScript in the uploaded file appears to be part of a web-based financial report system, and it primarily serves the following purposes:
⸻
1. DataTables.js Integration
• The script references DataTables.js, a popular JavaScript library used for displaying, sorting, searching, and paginating tabular data dynamically.
• It enhances HTML tables by allowing users to filter, sort, and paginate financial statements or company reports.
Example of Functionality:
$(‘#financial-table’).DataTable({
paging: true,
searching: true,
order: [[1, “desc”]]
});
• Enables pagination to navigate large datasets.
• Allows searching through the financial data.
• Sorts the table dynamically.
⸻
2. CKEditor 5 Table Plugin
• The script also loads a CKEditor table plugin, which allows users to edit and manipulate tables within the web-based financial reports.
• This suggests that the document may be an interactive financial report where users can adjust or annotate data.
Example of How CKEditor Enhances Tables:
ClassicEditor
.create(document.querySelector(‘#editor’), {
plugins: [ Table, TableToolbar ],
toolbar: [ ‘table’ ]
})
.catch(error => console.log(error));
• Allows adding, modifying, and deleting tables within the report.
• Provides a UI for inline table editing.
⸻
3. Data Formatting and Presentation
• The script modifies table styles and aligns financial data for better readability.
• It uses CSS Grid Layouts to structure the financial report.
CSS Extracted from the Script:
.ck.ck-datatables-form {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: var(—ck-spacing-standard);
}
• Ensures the financial tables are visually structured and responsive.
⸻
4. Event Handling for User Interaction
• The script listens for click events to trigger actions, such as filtering data or navigating between sections.
Example of Event Handling:
document.getElementById(“filter-btn”).addEventListener(“click”, function() {
let value = document.getElementById(“search-input”).value;
$(‘#financial-table’).DataTable().search(value).draw();
});
• Implements a search bar for filtering financial records.
⸻
5. AJAX Calls for Dynamic Content Loading
• The JavaScript is likely fetching financial data dynamically from a backend server without needing a page reload.
Example of an AJAX Request:
$.ajax({
url: “/api/financials”,
type: “GET”,
success: function(data) {
populateTable(data);
}
});
• Loads financial records into the table dynamically.
• Improves performance by reducing page reloads.
⸻
Conclusion: What This JavaScript Does
• Enhances financial tables using DataTables.js for sorting, searching, and paginating.
• Enables table editing with CKEditor 5 to allow interactive report modifications.
• Formats financial data to improve readability using CSS Grid Layouts.
• Handles user interactions like filtering and searching through financial records.
• Loads data dynamically using AJAX to improve performance.
Would you like me to extract specific functionality from the script or explain a particular part in more detail?
sentiment 0.99
55 days ago • u/DegenateMurseRN • r/GME • gamestop_on_x • C
Purpose and Functionality of the JavaScript in the Uploaded Document
The JavaScript in the uploaded file appears to be part of a web-based financial report system, and it primarily serves the following purposes:
⸻
1. DataTables.js Integration
• The script references DataTables.js, a popular JavaScript library used for displaying, sorting, searching, and paginating tabular data dynamically.
• It enhances HTML tables by allowing users to filter, sort, and paginate financial statements or company reports.
Example of Functionality:
$(‘#financial-table’).DataTable({
paging: true,
searching: true,
order: [[1, “desc”]]
});
• Enables pagination to navigate large datasets.
• Allows searching through the financial data.
• Sorts the table dynamically.
⸻
2. CKEditor 5 Table Plugin
• The script also loads a CKEditor table plugin, which allows users to edit and manipulate tables within the web-based financial reports.
• This suggests that the document may be an interactive financial report where users can adjust or annotate data.
Example of How CKEditor Enhances Tables:
ClassicEditor
.create(document.querySelector(‘#editor’), {
plugins: [ Table, TableToolbar ],
toolbar: [ ‘table’ ]
})
.catch(error => console.log(error));
• Allows adding, modifying, and deleting tables within the report.
• Provides a UI for inline table editing.
⸻
3. Data Formatting and Presentation
• The script modifies table styles and aligns financial data for better readability.
• It uses CSS Grid Layouts to structure the financial report.
CSS Extracted from the Script:
.ck.ck-datatables-form {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: var(—ck-spacing-standard);
}
• Ensures the financial tables are visually structured and responsive.
⸻
4. Event Handling for User Interaction
• The script listens for click events to trigger actions, such as filtering data or navigating between sections.
Example of Event Handling:
document.getElementById(“filter-btn”).addEventListener(“click”, function() {
let value = document.getElementById(“search-input”).value;
$(‘#financial-table’).DataTable().search(value).draw();
});
• Implements a search bar for filtering financial records.
⸻
5. AJAX Calls for Dynamic Content Loading
• The JavaScript is likely fetching financial data dynamically from a backend server without needing a page reload.
Example of an AJAX Request:
$.ajax({
url: “/api/financials”,
type: “GET”,
success: function(data) {
populateTable(data);
}
});
• Loads financial records into the table dynamically.
• Improves performance by reducing page reloads.
⸻
Conclusion: What This JavaScript Does
• Enhances financial tables using DataTables.js for sorting, searching, and paginating.
• Enables table editing with CKEditor 5 to allow interactive report modifications.
• Formats financial data to improve readability using CSS Grid Layouts.
• Handles user interactions like filtering and searching through financial records.
• Loads data dynamically using AJAX to improve performance.
Would you like me to extract specific functionality from the script or explain a particular part in more detail?
sentiment 0.99


Share
About
Pricing
Policies
Markets
API
Info
tz UTC-4
Connect with us
ChartExchange Email
ChartExchange on Discord
ChartExchange on X
ChartExchange on Reddit
ChartExchange on GitHub
ChartExchange on YouTube
© 2020 - 2025 ChartExchange LLC