[jQuery] Re: Styling dynamic content

2009-12-17 Thread Jason Kaczmarsky
Ah, thank you very much. On Dec 18, 12:29 am, "Richard D. Worth" wrote: > Seehttp://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_ev... > > - Richard > > On Fri, Dec 18, 2009 at 12:23 AM, Jason Kaczmarsky > wrote: > > > Ahah, this was the pr

[jQuery] Re: Styling dynamic content

2009-12-17 Thread Jason Kaczmarsky
alert(this) }); Nothing is ever alerted if that element is clicked. Example page: http://pendarenstudios.com/NEW/file_sel.php On Dec 17, 10:39 am, Jason Kaczmarsky wrote: > I must have missed something cause I made a new page and rewrote the > code and it worked fine. Thanks f

[jQuery] Re: Styling dynamic content

2009-12-17 Thread Jason Kaczmarsky
I must have missed something cause I made a new page and rewrote the code and it worked fine. Thanks for the help guys. On Dec 17, 5:26 am, "Richard D. Worth" wrote: > Works for me: > > http://jsbin.com/egoto/ > > - Richard > > On Wed, Dec 16, 2009 at 8:4

[jQuery] Re: Styling dynamic content

2009-12-16 Thread Jason Kaczmarsky
e styles no matter when they enter. > > Are you sure that the class is assigned to those elements? I would make sure > by peeking at the rendered html via Firebug. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf

[jQuery] Styling dynamic content

2009-12-16 Thread Jason Kaczmarsky
So I've created a little app which loads some filenames into a div via an AJAX query. This happens when a user clicks a button, not when the page loads. Because of this, I cannot style the filenames how I want. I've tried using CSS to do the trick: .file{ color: #F00; } .file:hover{ cursor:pointe

[jQuery] Re: slideToggle lag in Firefox

2009-11-27 Thread Jason Kaczmarsky
//alexdweb.com > > On Tue, Nov 24, 2009 at 5:11 AM, Dave Maharaj :: WidePixels.com < > > d...@widepixels.com> wrote: > > I have the same problem. Firefox eats up a lot of memory when open for a > > long time (900k sometimes) and my toggle divs drag ass. > > > I

[jQuery] slideToggle lag in Firefox

2009-11-23 Thread Jason Kaczmarsky
So I have a div with an input, textarea, and submit button. A link makes it so you can expand/contract this div. In Firefox only, the div resize is very laggy and its clearly shown on the site. That happens when you open it. The rest of the site is pushed down like its supposed to, but the element

[jQuery] jQuery animating height in IE

2009-11-17 Thread Jason Kaczmarsky
So I have this login system which uses jQuery's animation function to make the tab eventually disappear. It works in all browsers fine but IE, of course. Anyway heres the code,Height=39: profile_info.animate({top:"+="+Height,height:"-="+Height},500,function (){...}); If I take out the height, it