jquery

Hiding my Pop-up When a Visitor Returns if They've Chosen Not to See it Again

I mentioned the sliding pop-up that my client wanted on her page here. I fixed it where it would pop-up – or slide in – every time someone visited the home page. After the first couple of visits, I was irritated by the pop-up and didn’t want to see it again. I assume that other […]

Hiding my Pop-up When a Visitor Returns if They've Chosen Not to See it Again Read More »

Show a Certain Div's Contents if a Certain Option is Selected in a Select

A client needed me to show a certain hidden div on the page if a certain option was selected in a dropdown box. Here is the javascript/jquery code I used to show the div when the option was selected. I had multiple items on the page with the same dropdown box so I also needed

Show a Certain Div's Contents if a Certain Option is Selected in a Select Read More »

How to Use PHP, JavaScript (or jQuery), and HTML Together

Sometimes for beginners, or even those of us that have been doing this for a while, it may be difficult to see how to use PHP and JavaScript together to make the page work correctly. I often have to stop and remind myself of the basics. HTML and JavaScript (which includes JavaScript libraries, such as

How to Use PHP, JavaScript (or jQuery), and HTML Together Read More »

Scroll to Top