[jQuery] Best way to grab an item from an object?

2008-11-26 Thread Shazzaam
Hi, I was wondering what the fastest way to get an item from an object is, for example I have this object: var TESTS = [ { id: 1, name: 'Test 1', },

[jQuery] Re: issue with jQuery's trigger function

2008-11-17 Thread Shazzaam
That indeed does seem to fix it, many thanks! dave.methvin wrote: > > >> After running the Webkit javascript debugger, I was able to trace it to >> the >> trigger function in jQuery: >> >> line #2041: elem[ type ](); > > That's where it's calling the native handler for that element. I guess

[jQuery] Re: issue with jQuery's trigger function

2008-11-14 Thread Shazzaam
I downloaded the nightly build and it has the same problem. Thanks Shazzaam wrote: > > Hi, I am using jQuery 1.2.6, and also have Prototype 1.6.0.1 and > Scriptaculous 1.8.1 in my page. > > I know there are issues getting this to work, but i have noConflict() > running.

[jQuery] issue with jQuery's trigger function

2008-11-14 Thread Shazzaam
Hi, I am using jQuery 1.2.6, and also have Prototype 1.6.0.1 and Scriptaculous 1.8.1 in my page. I know there are issues getting this to work, but i have noConflict() running. Anyway, I am using jQuery's tablesorter plugin and when I call trigger("update") to refresh my table it wipes out my ta

[jQuery] Re: jQuery Ajax load problem

2008-11-13 Thread Shazzaam
nm, I think it's an issue with something inside the load method. -- View this message in context: http://www.nabble.com/jQuery-Ajax-load-problem-tp20486998s27240p20487325.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] jQuery Ajax load problem

2008-11-13 Thread Shazzaam
Hi, I am using jQuery 1.2.6, and also have Prototype 1.6.0.1 and Scriptaculous 1.8.1 in my page. I have pretty much everything working without receiving any javascript errors, but for some reason the ajax load script is not working: jQuery(".tablesorter > tbody", "#tab").load(path, data, functi