Re: [jQuery] Securing AJAX/PHP against direct calls?

2007-02-05 Thread Rob D
Arne-Kolja Bachstein wrote: Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Rob D
Hay Gilles, Thanks for your all your hard work. I too really appreciate your efforts. Kind regards Rob ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Checking checkboxes

2006-08-31 Thread Rob D
Grant Bristow wrote: I'm BRAND new to jQuery. I've successfully (and easily) selected all of the checked checkboxes, but now, I would like to check (or uncheck) them. Could someone show me how this is done? Thanks in advance. Grant Hi Grant, I posted this a week or so back but

Re: [jQuery] Checking checkboxes

2006-08-31 Thread Rob D
Grant Bristow wrote: Thanks Rob. But at the risk of sounding really stupid: how do I put your code to work? I'm really sorry, but I've never seen the $. nomenclature before. Perhaps you could refer me to some additional documentation than what I found on the jQuery site. Or, just a

[jQuery] Checkbox Utilities

2006-08-15 Thread Rob D
Hello Everyone, Re post Simple checkbox replacement... Very nice indeed, well done Kawika. Here is my first attempt at writing some simple generic utilities for chechboxes, the first one makes a group of checkboxes operate like radio buttons and the second is simply a check/uncheck all