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
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);
});
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:
> >
> >
> >
> >
> >
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
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
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
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>
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
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":
-
9 matches
Mail list logo