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',
},
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
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.
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
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.
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
6 matches
Mail list logo