[jQuery] Smipple - Social Code Snippets

2009-06-28 Thread Ian Lewis
Hi all, I just wanted to let everyone know about a site I created for sharing code snippets in a social way. You can check it out at http://www.smipple.net/. Smipple allows you to save, organize, and share snippets with others easily. The best part though is that you can follow other people who ha

[jQuery] Need help in how to do pop-up box with checkbox and scrollbar

2009-06-28 Thread mives29
Hi! I'm quite new to this jquery, but now I'm facing a deadline and I've already wasted some time in thingking of how to do this. Here's a screenshot of what I would want to do: http://photos.friendster.com/photos/92/40/5660429/1_354785954l.jpg Basically, a "popup" will appear after clicking a b

[jQuery] Re: jQuery objects?

2009-06-28 Thread expresso
Thank you. On Jun 28, 8:30 pm, MorningZ wrote: > That simply creates an DOM object...  there's absolutely no > jQuery in that line at all > > http://www.google.com/search?q=javascript+create+option+object > > On Jun 28, 8:16 pm, expresso wrote: > > > Check out this example: > > >http://geekswi

[jQuery] Re: (validate) Radio button values

2009-06-28 Thread Mac
Heya Matt Looks like you have created the custom method for the validation, but you are not calling it anywhere. You are still setting the validation method to be the default "required". You need to add the method as a class to the element (as you did originally) or specify it as a rule in the $.

[jQuery] Re: getScript does not always work for me

2009-06-28 Thread e.a.
BTW, it is working. Here is the output of http://jsbin.com/umuwi : Hello from JS Bin www.trumphurst.com ready sent request got reply href received On Jun 26, 1:45 pm, Nikki Locke wrote: > Further to this, my real application is hanging the browser, and I > don't know how to find out what is wr

[jQuery] Problem with multiple droppables (one on top of the other)

2009-06-28 Thread Khai
I have two DIVs, one is position on top of the other. The bottom DIV is bigger and has no z-index. The top DIV has a z-index=3000. Top DIV must not overlay bottom DIV (area that is not covered by top DIV must be responsive to user actions). Both of these DIVs must be droppable. For my draggab

[jQuery] Re: plugin on a great site

2009-06-28 Thread wig1176
exactly. i am all excited i found Ariel Flseler's ScrollTo plug-in. thanks so much. i am gonna mess with this all week and build a great site. thanks for all your quick replies! wiggy On Jun 28, 12:47 pm, Hokumae wrote: > I don't think he's talking about the flashy "sparkles" > > He more lik

[jQuery] Tablesorter sorting formatted numbers (with spaces)

2009-06-28 Thread Nympheasi
Hi, I'm using Tablesorter since few months and it was working very well. I did a small change yesterday in my php code: numbers over 1000 are now formatted like this: 1 000, 1 000 000 instead of 1000 or 100. Since I did this change Tablesorter seems to have problems sorting this kind of fo

[jQuery] Re: .hide function confusion

2009-06-28 Thread Hokumae
Thanks Charlie, you were bang on. I replaced earlier in the php document with