Relative Content

Tag Archive for jquery

Filter list items with jquery

I want to hide with jquery one of the list-items at the left-bottom of the page on www.weert.nl, for example the one with title ‘Kerststal van de zusters Birgittinessen’.
How to do this?

Filter list items with jquery

I want to hide with jquery one of the list-items at the left-bottom of the page on www.weert.nl, for example the one with title ‘Kerststal van de zusters Birgittinessen’.
How to do this?

Filter list items with jquery

I want to hide with jquery one of the list-items at the left-bottom of the page on www.weert.nl, for example the one with title ‘Kerststal van de zusters Birgittinessen’.
How to do this?

How to contribute to jQuery?

I’m confused about the nature of the jQuery project. It can be licensed under either the GPL or the MIT license, according to the comments in the project. However, the jQuery web site provides a list of team members, as if this were a commercial product.

Suggestions for html tag info required for jQuery Plugin

I have written a tiny bit of jQuery which simply selects all the Select form elements on the page and sets the selected property to the correct value. Previously I had to write code to generate the Select in php and specify the Selected attribute for the option that was selected or do loads of if statements in my php page or smarty template.