HTTP/2 301
date: Sun, 12 Oct 2025 09:02:02 GMT
content-type: text/html; charset=UTF-8
location: https://nickberardi.com/tag/jquery/
server: cloudflare
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=w5L4nqxeW1sx7pjlxTDyKMS5ucBhN%2BjG%2B%2FnktNeztlK21Vg%2FF13GJB%2BJOqbWjwkkdda3f4P%2B3bpIxFBbDlGNqblKaJ5WY6qdQoM0V14tuKGFQQ%3D%3D"}]}
set-cookie: ARRAffinity=57615c3be95584f84189bc13ae015532286789353ad5e948a953905ed956da36; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98d56a6a2a56837b-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Sun, 12 Oct 2025 09:02:02 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://nickberardi.com/tag/jquery/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yYODRP7EDo2TV2FWLrHtW0zdlmhT%2BdAqzoiWY5kTb9saMBwRDcNHxAlMBRdki6h1mOfnQhJqXV1pK4rAx%2Ff1sH%2FMvpoSNhcMcwLecsk%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98d56a805d4548e0-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sun, 12 Oct 2025 09:02:03 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cache-control: public, max-age=0
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CQ28yO9zlFwUsHDmuSrh0S5jbaZZyHb43BwYnA9186QxjChhDZ%2FWRerAaR1dVtY7ZQ1IUYi27EG66oqtwrZ7qtW3FCJN4oPtoAn6rF8%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: Accept-Encoding
x-powered-by: Express
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: ARRAffinity=57615c3be95584f84189bc13ae015532286789353ad5e948a953905ed956da36; HttpOnly; Secure; Path=/; Domain=nickberardi.com
cf-ray: 98d56a80de9947b6-BOM
alt-svc: h3=":443"; ma=86400
jQuery - Nick Berardi
Home
jQuery
jQuery
A 7-post collection
Over the past couple of weeks I have been slowly planning and revamping my iPhone app to address user concerns, bugs, and problems. And as part »
Looks like some great new improvements coming to the 1.4 release. It doesn’t look like any new methods are being added, but updating many »
One of the important things about web programming, especially when using AJAX, from a usability standpoint is to provide a responsive user interface to the audience. »
For the longest time I have been wanting to add my Twitter status to my blog in place of my quote right under my blogs name »
I have been a huge fan of jQuery ever since I started working on IdeaPipe about 10 months ago. Mostly because of its simplistic DOM access »
Today I had the need to create a custom event using jQuery, in order to launch a customized form validation event from a global submit event. »