Do you want to add vertical news ticker like effect on your website ?
Check out #jQuery easy #ticker #plugin. #javascript
🟨 Vertical news ticker
🟨 Any HTML
🟨 Flexible options
Do you want to add vertical news ticker like effect on your website ?
Check out #jQuery easy #ticker #plugin. #javascript
🟨 Vertical news ticker
🟨 Any HTML
🟨 Flexible options
What I've been doing for the past 3 work days:
I'm refactoring and fixing a legacy module in our product.
It consists of a single js file with 2000 LOC and uses JQuery.
I haven't worked with #jquery before. My main issue right now is state management.
#Datatables ist schon ein geiles #Javascript Framework zur Darstellung von Tabellen. Zusammen mit #PHP, #MySQL, #jQuery und #Ajax lassen sich da richtig gute Anwendungen bauen.
30 Years of JavaScript: 10 Milestones That Changed the Web, by @ricmac (@TheNewStack):
https://thenewstack.io/30-years-of-javascript-10-milestones-that-changed-the-web/
#javascript #anniversaries #history #ecmascript #ajax #jquery #web2.0 #nodejs #npm #react #typescript #webassembly
Как я прокачал английский до B2 в США, разработав своё языковое приложение
После переезда в США мой английский был на уровне A1. Вместо курсов и приложений я решил создать собственный языковой тренажёр и заодно прокачать себя как fullstack-разработчика. В статье рассказываю как я парсил словари, получил бан, внедрил геймификацию и достиг уровня B2 за год.
https://habr.com/ru/articles/923680/
#английский_язык #изучение_языка #иммиграция_в_сша #php #sqlite #jquery #petпроект #fullstack_разработка
Check if you're connected to localhost with jQuery.
Verificar Si Estás Conectado a localhost con jQuery.
👉 https://nubecolectiva.com/blog/verificar-si-estas-conectado-a-localhost-con-jquery/
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #jquery
Quick Tip: Avoid Event Listeners on the “window” Object, by @nattarnoff.bsky.social:
https://tarnoff.info/2025/06/13/quick-tip-avoid-event-listeners-on-the-window-object/
@frontenddogma I learned from #jQuery with quite a lag (some 7 years) by getting to understand how I would have made it myself - if I only knew how to do it back then, when I started using it. Kudos to @jeresig 👏
How JavaScript Was Written Back in the Day, by @trevorlasn.bsky.social:
https://www.trevorlasn.com/blog/revisiting-legacy-javascript
JQx: JQuery - the good parts recoded
https://www.npmjs.com/package/jqx-es
Digital Toolbox: JQuery
A fast, small, and feature-rich JavaScript library.
https://wadebach.blackcatwhitehatsecurity.com
#Digital #Toolbox #JQuery #programming
EL INICIO DE MI CARRERA EN DESARROLLO Y DISEÑO WEB
https://drixpell.com/2025/06/08/el-inicio-de-mi-carrera-en-desarrollo-y-diseno-web/
#drixpell #drix #desarrollo #diseño #web #html5 #css3 #javascript #tailwind #react #vite #wordpress #git #github #jquery #sass #bootstrap #php #mysql #laravel #codeigniter #vscode #figma #cursos #planes
My employer, after 7 months of work, fired me overnight. Because I would be too "finicky" about code quality and security risks, which would better suit "a bank or cybersecurity company".
So I'm again #lookingForJob, either at #Montpellier (France) or #fullRemote. I am a #fullStack #developer with almost 10 years of experience on #php, #symfony, #html, #css, #javascript (#jquery and I'm also learning #vue). I am fluent in English, both written and spoken.
Mon employeur, après 7 mois de période d'essai, vient de la rompre du jour au lendemain. Parce que je serais trop "pointilleuse" sur le code et les risques de sécurité, ce qui conviendrait mieux au secteur "de la banque ou de la cybersécurité".
Donc #jeChercheUnJob à nouveau, sur #Montpellier ou #fullRemote. Je suis #developpeuse #fullStack avec presque 10 ans d'expérience professionnelle sur #php, #symfony, #html, #css, #javascript (#jquery mais je suis en train de me former sur #vue)
What We Lost with PHP and jQuery. #jQuery
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
What We Lost with PHP and jQuery
https://idiallo.com/blog/what-we-lost-with-php-and-jquery
#ycombinator #php #jquery #simple_programming_tools
What We Lost with PHP and jQuery
https://idiallo.com/blog/what-we-lost-with-php-and-jquery
#HackerNews #PHP #jQuery #webdevelopment #technologyloss #programming
Tạo FAQ Accordion Với jQuery #jQuery #Accordion #FAQ #JavaScript #WebDevelopment #Frontend
Tạo FAQ Accordion Với jQuery #jQuery #Accordion #FAQ #JavaScript #WebDevelopment #Frontend Bài viết này hướng dẫn bạn cách tạo một FAQ (Frequently Asked Questions - Câu hỏi thường gặp) dạng accordion (thu gọn/mở rộng) sử dụng thư viện jQuery. Accordion FAQ là một phương pháp trình bày thông tin hiệu quả, cho phép người dùng chỉ xem câu trả lời khi họ quan tâm, giúp giữ giao diện…
#jQuery easy ticker plugin creates a news ticker effect any HTML list. Below is an example. #javascript
How am I only just learning that jQuery's animate() has step and progress events to attach callbacks to?
I've spent most of the day trying to hack Javascript's requestAnimationFrame() into waiting for #jQuery animations to complete their per-frame processes before trying to match the current position of moving elements (I'm doing weird complex mask stuff on parent elements), and all I needed to do was move my code into a progress callback which already just fires after that update? 🤦♂️