Posts Tagged ‘jquery’

Posts Tagged ‘jquery’

View All Posts In My Blog »


jQuery pass variables to functions

9.22.2008 | 4 Comments

I have been working with jQuery recently because we are going to be using it in the 4.1 release of 68 Classifieds. One of the things I couldn’t get my head around was how to pass the id of a database record to a jQuery click function.

For example in regular javascript I had: Read more…