[jQuery] jQuery Selector Help

2009-03-17 Thread side1021
Hi, Can some1 please explain this in detail to me? I am confused on the selector part $(''). // add list to ul var list = $('').attr ('class',_imageLoadClassName).appendTo('ul#'+_imgContainerId); Thanks!

[jQuery] Calling PHP function with $.ajax()

2009-03-05 Thread side1021
Hi, Is there any way to call a php function directly with $.ajax()? I did some search and the answer I've got varies from impossible to using workarounds such as passing query string to the 'data' and let php direct which function to call. I know that with asp.net it's possible but i'm not fami