[jQuery] Re: AJAX history management / hijaxing for JQuery 1.3.2

2009-06-29 Thread gryzzly
I would like to hear something on subject as well. This is very needed thing. Or maybe someone could write a tutorial on the subject. On Jun 16, 6:49 pm, mh makhv...@gmail.com wrote: Can anyone clue me in on situation with the  AJAX history management for JQuery 1.3.2? All the plugins I

[jQuery] Hijaxing jquery.

2009-06-29 Thread gryzzly
Hello. I've built a website and I have ajax navigation thru pages in category. Here is the link: http://qa.bubbo-tubbo.com/identity/ If you click on the image it will load the next one and it will change the hash. Also, if you copy the URL with hash (i.e.

[jQuery] DOM manipulation

2009-04-01 Thread gryzzly
Hello. Let's say I have $(document).ready(function() { $('.niceImage, .hiddenText').wrapAll('div class=wrapper/ div'); }); then I want to access newly inserted to the DOM div with class wrapper and do something with it; $(document).ready(function() { $('.niceImage,

[jQuery] Disable event from firing until all assigned function are complete...

2008-12-03 Thread gryzzly
I have an element and two different functions are assigned to it. One calls for carousel.next() and another triggers a navigation link to change class. I need click to be disabled until both are complete. How can I achieve that? (I am talking about $('.carousel-next') element Here is the code:

[jQuery] callback after insertBefore or insertAfter is complete;

2008-10-29 Thread gryzzly
Hello. I need to call function after $(#element).insertBefore(a href=#' title='prev'prev/a). I was trying $(#element).insertBefore(a href=#' title='prev'prev/ a, callback_function); but it didn't work. What can I do to achieve this? Thank you.

[jQuery] Re: callback after insertBefore or insertAfter is complete;

2008-10-29 Thread gryzzly
Thank You a lot. On Oct 29, 3:55 pm, Richard D. Worth [EMAIL PROTECTED] wrote: Regular DOM manipulation events (that is, not .load(), which uses Ajax) are synchronous, so you can simply call your function on the next line. - Richard On Wed, Oct 29, 2008 at 9:22 AM, gryzzly [EMAIL PROTECTED

[jQuery] jquery tabs on ajaxed content

2008-10-27 Thread gryzzly
I have this markup structure: div id=ajax_content h3Some Title/h3 span class=phone_holder...some content.../span span class=phone_holder...some content.../span more spans like this (around 100, depends on particular ajax page I am loading, might change due to the content

[jQuery] Re: jquery tabs on ajaxed content

2008-10-27 Thread gryzzly
anyone? On Oct 27, 11:27 am, gryzzly [EMAIL PROTECTED] wrote: I have this markup structure: div id=ajax_content     h3Some Title/h3     span class=phone_holder...some content.../span     span class=phone_holder...some content.../span     more spans like this (around 100, depends

[jQuery] Toggling that degrades gracefully

2008-09-22 Thread gryzzly
Hello guys. I have this code (simplizied and without irrelevant here thtbody etc. code): table tr class=section_head tdname/td tdvalue/td /tr tr td colespan=2divsome stuff/div/td /tr /table I want to show/hide non-classed tr when clicking on