[jQuery] about get() in ajax part of jquery

2009-07-19 Thread Bradley
Hi guys! I've got a problem to tackle. Will anybody help me? I wrote a $(document).ready() function in a js file that are referenced by a html page. $(document).ready(function() { $('#letter-e a').click(function() { $.get('http://localhost/e.php', {'term':$(this).text()},

[jQuery] jqModal position loading gif

2009-06-16 Thread Bradley
$(#modal).jqm({ ajax:'@href', ajaxText: 'img alt=Loadinganimation id=loadingModal src=/ images/loading.gif /' }) I'm trying to get the loading gif to be centered in the window, but it's always in the top right corner of where the modal window shows up. here's the CSS: .jqmWindow,

[jQuery] Re: UI Tabs Back button history

2009-05-15 Thread Bradley
I'm really interested in this too. The docs say there is a rewrite coming to the history plugin that will bring forward/back back into the functionality by default. So i don't know of any other way for this to work On May 1, 4:40 pm, DB deadbud...@gmail.com wrote: Has anyone been able to get

[jQuery] Re: jqModal inserting links with live clicks doesn't work

2009-05-11 Thread Bradley
Can anyone help me with inserting new jqModal links? On May 6, 3:06 pm, Bradley bradleyrobert...@gmail.com wrote: I read a bit on the newjqModalversion that has live events on the a.jqModal (Actually reading this didn't tell me whether live events were enabled on .jqModalby default, or if you

[jQuery] Re: find multiple values

2009-05-11 Thread Bradley
var found = $(items).find([name='ben'], [name='joe']); Just like css selectors, you can use a comma to denote multiple fields On May 11, 11:22 am, ace jquery acejqu...@gmail.com wrote: Hi there, Is there a way to find multiple values? This script checks *name = ben*, what about I want to

[jQuery] Re: jqModal inserting links with live clicks doesn't work

2009-05-11 Thread Bradley
Ok I just fixed this with my own answer to someone else's question. Instead of adding the .click to the anchor, I instead added the trigger like this: $(#modal).jqmAddTrigger(a.jqModal) Worked like a charm On May 11, 11:30 am, Bradley bradleyrobert...@gmail.com wrote: Can anyone help me

[jQuery] jqModal inserting links with live clicks doesn't work

2009-05-06 Thread Bradley
I read a bit on the new jqModal version that has live events on the a.jqModal (Actually reading this didn't tell me whether live events were enabled on .jqModal by default, or if you had to make the call shown in the code, but that's neither here nor there) So, I have a control panel list users

[jQuery] jqModal two overlays

2009-04-27 Thread Bradley
I just started using jqModal as I need support for nested modals. I'm noticing some erratic behavior with nested modals and ajax, but I don't know exactly how to fix it. What happens is when I load a modal, that has a nested modal in it, I get two jqmOverlay divs, it's like it's applying the

[jQuery] Re: get the class that starts with ...

2008-11-12 Thread Bradley Sepos
are rate, and removing the elements that fail the test from the wrapped set. It wouldn't be hard to create a more generic jQuery plugin from this, maybe one that accepts a parameter for the string to test. Anyone, feel free to correct my code if there is an error. Bradley~ On Nov 11, 6:29 pm

[jQuery] Re: Assign 'active' to nav element

2008-10-01 Thread Bradley Sepos
Just extend Michael's code a bit: $(this).addClass('active').siblings().removeClass('active'); Bradley~ On Oct 1, 3:47 am, yellowboy [EMAIL PROTECTED] wrote: Well I should also say I want it to deselct when another h2 element is clicked. Michael Geary-3 wrote: That's no problem, we

[jQuery] Docs server weirdness, almost looks like defacing

2008-09-16 Thread Bradley Sepos
http://bradleysepos.com/dropbox/jquery-docs-wierd.png Notice the title, heading text and the layout issues. Looks like 1/2 an error page, 1/2 the actual page. Anyone working on the server right now?

[jQuery] jQuery and Tabs plug-in

2007-05-22 Thread Bradley Holloway
Hey everyone! I am stuck on this problem using jQuery and the tabs pluginHere is the code, any suggestions?!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta

[jQuery] Re: jQuery help

2007-05-22 Thread Bradley Holloway
Right on! Thanks Benjamin.I have been trying to figure this out for hours and hours. -Brad - Original Message - From: Benjamin Sterling To: jquery-en@googlegroups.com Sent: Tuesday, May 22, 2007 6:33 PM Subject: [jQuery] Re: jQuery help brad, I first thought is

[jQuery] Re: Next / Previous Links

2007-05-18 Thread Bradley Holloway
Hey Sean, Thanks again man! Just to make sureI put this in the head of my document and then add #nextLink to the Next link like this: a href=# id=nextLinkNext/a and the #prevLink to the Previous link like this: a href=# id=prevLinkPrevious/a Right? Thanks, Brad - Original Message

[jQuery] Will not work in IE

2007-05-18 Thread Bradley Holloway
Thickbox Help! http://manhattanwest.com/the_life/index.php?ID=1 If you click the a link under the VIDEOS section it works great in Firfox but if you try it in Internet Explorer it doesnt work at all. I have looked ALL over the internet for a solution and have seen others with the same problem

[jQuery] Next / Previous Links

2007-05-17 Thread Bradley Holloway
Hello Everyone! Here is my issue: I need to make the Previous and Next links function at this URL on the bottom right of the image holder, http://manhattanwest.com/media-center/video-images.php I have had a couple solutions sent to me, one PHP solution and one JS solution. (Thanks Sean