AndriiKuznietsov75, to webdev Ukrainian
@AndriiKuznietsov75@social.kyiv.dcomm.net.ua avatar
pasqualeberesti, to javascript French
@pasqualeberesti@piaille.fr avatar

des experts dans la place ?

J'utilise pour récupérer des données dans une base de données. Ça fonctionne super bien, mais...
je voudrais que sur un input, la liste déroulante de l'autocomplete s'affiche automatiquement, et je ne trouve pas malgré mes recherches.

J'ai trouvé cette solution :

$( function() {
$("").autocomplete({
source: autocompleteValues,
minLength: 0
}).focus(function(){
$(this).autocomplete("search", "");
});
});

mais ça ne fonctionne pas, sur Brave au tout cas. quand je fais le focus sur my_input, la liste de valeurs ne s'affiche pas et je dois taper une touche.
Une idée ?

davidbisset, to webdev
@davidbisset@phpc.social avatar
polarity, to webdev
@polarity@social.bitwig.community avatar

I can remember when was the hottest kid in school. Now, 15y later the web is still slow as fuck and billionaires dominate with data silos.

lullabot, to drupal
@lullabot@fosstodon.org avatar

The new version of 's toolbar has been de-jQuerized. That's not a real word, but we're using it anyway!

All has now been replaced with vanilla .

Many thanks to everyone who worked on it, especially ‘Bots @ckrina, @chrisd and Matt Olivera!

https://www.drupal.org/project/navigation/issues/3412125

davidbisset, to Meme
@davidbisset@phpc.social avatar

Saw this on . Still rocks today (recently got to version 4.0).

davidbisset, to wordpress
@davidbisset@phpc.social avatar

4.0.0 Is Now in Beta...

"...do we still need a 1.25 MB DOM manipulation library?"

https://wptavern.com/look-whos-back-jquery-4-0-0-is-now-in-beta

iamdtms, to random
@iamdtms@mas.to avatar
unixbhaskar, to languagelearning
@unixbhaskar@fosstodon.org avatar
mjgardner, (edited )
@mjgardner@social.sdf.org avatar

@unixbhaskar Direct (non-LinkedIn-shortened) link: https://catonmat.net/ftp/perl1line.txt

I’m also pleased that its author ranked Perl as one of his top 5 best languages: https://catonmat.net/5-best-programming-languages

  1. #C /
  2. (but only version 1 circa 1995 plus )

His 5 worst? https://catonmat.net/5-worst-programming-languages

  1. /
  2. modern

“My only metric... is time to get things done and ship to customers.”

kaiserkiwi, to webdev
@kaiserkiwi@corteximplant.com avatar

Well. That's unexpected. 😅

https://youtu.be/1bZYmpOOC8U

davidbisset, to javascript
@davidbisset@phpc.social avatar
jquery, to random

🚀 jQuery 4.0.0 BETA has arrived! 🚀 https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/

davidbisset, to webdev
@davidbisset@phpc.social avatar

It was a simpler time.

schafer, to CSS
@schafer@ohai.social avatar

I have the opportunity to do a redesign of a very large site that I built about 5 years ago and have maintained since. Looking to brush up on the newer / that’s available to me for . The current site was built with and was not even an option at the time. Would love to move to for most things and get the most out of flexbox that I can.

Looking for good resources, if anyone knows of any.

minioctt, to Blog Italian

della giornata: ho preso in prestito il che fa funzionare t.me, e l’ho riadattato per gestire in questa classica “a ”, o più in generale “a bolle di ” (da cui uno dei significati del nome, )! 👁️‍🗨️

Potevo probabilmente sgraffignare codice di altro tipo per lo stesso scopo (anche se con una un po’ diversa, ad esempio di vari del Fediverso), ma ho preferito questo di perché non usa framework astrusi come React, solo e quindi a farci si fa subito subito. ⚒️

Dovrebbe funzionare per tutti i WP che abbiano la attiva e senza restrizioni CORS… provatelo per il mio a questo indirizzo, altrimenti rimpiazzate il valore siteUrl con un altro se credete possa fungere: https://hub.octt.eu.org/MBViewer/#/siteUrl=https://octospacc.altervista.org 🤗https://octospacc.altervista.org/2024/01/13/wordpress-che-non-e/

VID_20240113_212857.mp4

josh, to react
@josh@sciences.social avatar

Finally getting around to learning . It's pretty nifty, but also makes me sad how many layers of abstraction we have now in dev. Back when the equivalent was , I could take students with no experience up to the point of being able to do some pretty cool stuff. Implementing the same things with React requires more programming know-how, along with setting up a fairly intricate dev environment — stuff like npm and vite that are anxiety-inducing for students with no CLI exposure.

VinceAggrippino, to javascript
@VinceAggrippino@techhub.social avatar

hmmph... Another job on .
It's tough to argue that we should avoid obsolete techniques and libraries in when that's the only way I can earn a buck.

fredbrooker, to javascript Czech
@fredbrooker@witter.cz avatar

Enter a new age of web development

State can be managed by or or or or or whatever, but all this just to avoid using ?

ShopwareDevs, to Symfony
@ShopwareDevs@phpc.social avatar

The new Community Digest is online. Contents:

  • (dev) news
  • removing JS plugins
  • gross/net switch for and B2C shops
  • continue using
  • upcoming for Nov and Dec.

Once again: thanks for all of your contributions! https://www.shopware.com/en/news/shopware-community-digest-october-23/

schizanon, to react
@schizanon@mas.to avatar

is the of the 2010s

thisismissem, to random
@thisismissem@hachyderm.io avatar

Just received an email from someone facing a bug in some jQuery UI code.. they found my email in a commit for the code from.. 2007?

Like, I've not contributed to that codebase in at least 15-17 years. I was 13 or 14 when I was involved with that project. lmfao.

w3cdevs, to security
@w3cdevs@w3c.social avatar

~1.5 billion websites deployed on the web today. Of these, ~1 billion run ! Of these, ~500 millions run an "outdated and unpatched version" of jQuery. @tobie has been looking at securing jQuery, focusing on holes that jQuery opens in the web sandbox that don't exist without it.
▶️ https://www.w3.org/2023/03/secure-the-web-forward/agenda.html#session-3 (with slides and transcript)

🎬 https://youtu.be/efOljAYQz2I

CodeMacLife, to webdev
@CodeMacLife@allthingstech.social avatar

I've decided to join the challenge.

I am working through Dr. Angela Yu’s Complete 2023 Web Development Bootcamp course.

I will be posting daily updates on my website's journal page. Here is the first post - https://codemaclife.com/100-days-of-code-day-1/.

alchemy_cms, to random

It's exciting to see how far one can get with (custom elements) and nowadays. If you want to follow what @_web_ is doing rewriting old and based JS into modern just keep an eye on latest PRs of the 7.1 milestone

https://github.com/AlchemyCMS/alchemy_cms/pulls?q=is%3Apr+author%3Asascha-karnatz+milestone%3A7.1

🙏🏻👏🏻

cheeaun, to github
@cheeaun@mastodon.social avatar

It's cool that GitHub's new newsfeed show me updates of some pretty old JS libs, like:

  • less is still around and added support for container queries
  • jquery removed Sizzle, or rather they moved it into the library itself

Wow.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • Leos
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • ethstaker
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ngwrru68w68
  • kavyap
  • cubers
  • anitta
  • modclub
  • InstantRegret
  • khanakhh
  • GTA5RPClips
  • everett
  • Durango
  • tacticalgear
  • provamag3
  • tester
  • cisconetworking
  • normalnudes
  • megavids
  • lostlight
  • All magazines