[jQuery] thickbox close and ajax request

2008-12-20 Thread poncjusz
Hi! I've small (or big- I'm unaware...). I made small image manager using thickbox, when I'm adding new article I can add some images (open thickbox, upload image) AND AFTER CLOSING THICKBOX image list should refresh (using ajax), the main problem is sending request after closing the thickbox (I

[jQuery] Ajax post and link

2008-04-18 Thread poncjusz
I'm sure that solution is simple but I can't find it... :/ I'v got such problem: $(".show_subpages").click(function() { $.post("/pages/get_subpages", { id: $(this).attr("rel") }, function(data) { $(".show_subpages").parent().append(data); });

[jQuery] Re: :last-child problem

2008-01-06 Thread poncjusz
arl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jan 5, 2008, at 7:22 AM, poncjusz wrote: > > > > > Hi, > > > I've got strange problem with :last-child selector, my html structure: > > > > > > > > > >

[jQuery] :last-child problem

2008-01-05 Thread poncjusz
Hi, I've got strange problem with :last-child selector, my html structure: and jquery script: $(".box-full .info:last-child").addClass("last"); what is strange that $(".box-full .info:first-child").addClass("last"); works perfect! thanks in advance Tomek

[jQuery] Everyday information

2007-08-14 Thread poncjusz
I need advice how could i implement small function which shows information changing every day (depend on current date), ex. name-day thanks in advance

[jQuery] jQuery and communication.

2007-08-09 Thread poncjusz
I preparing chat, I've got mail window and new pop-up with chat. How could I send data form main window to pop-up window? My chat: www.pilat.com.pl/mychat

[jQuery] Re: Chat in separate frame

2007-08-05 Thread poncjusz
Ok, I know that this is simply build on 2 framesets, one- main, second with name- js , maybe someone knows how could I activate the frame js with jQuery>

[jQuery] Chat in separate frame

2007-08-04 Thread poncjusz
Does anyone could explain me how I could prepare simple chat but executed in separate frame. Just like chat using by gmail. I have my own page where I could freely navigate but chat window will be all the time visible. Chat indeed is simple my mail problem is to activate it in frame. thanks in ad

[jQuery] Working only after refreshing

2007-05-22 Thread poncjusz
I've got simple code (at the bottom) which move up articleContent its margin-top depends on #otherArticles height, its work but only when I refresh my site. Is any trick which allows me to make it work correctly? $(document).ready(function() { $("#articleContent").css({ "margin-top": -