مشاهده همه
صندوق پژوهش و فناوری سرمایه گذاری خطرپذیر شرکتی
صندوق پژوهش و فناوری
صندوق سرمایه گذاری خطرپذیر بورسی
شرکت سرمایهگذاری خطرپذیر
اعتبارافزا
تامین مالی
تسهیلگری و شتابدهی نوآوری
let dataArray = []; // This will store the fetched data
// Function to fetch data
dataArray = data; // Save the fetched data into the state
// Initially display all items
// Attach click event listeners to existing buttons
// Function to display data
container.innerHTML = ''; // Clear existing content
// Map over the array and create HTML for each object
// Insert image, title, and description
// Append each box to the container
// Function to attach click event listeners to existing buttons
// Get all buttons by id that match the category names in the data
const button = document.getElementById(category); // Use id attribute to match category
// Show all button
// Function to filter data by category
// Fetch data when the page loads