[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()}, function(data

[jQuery] jqModal position loading gif

2009-06-16 Thread Bradley
$("#modal").jqm({ ajax:'@href', ajaxText: '

[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 wrote: > Has anyone been able to get back button history

[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 wrote: > Can a

[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 wrote: > Hi there, > > Is there a way to find multiple values? > > This script checks *name = ben*, what about I want to check if *name

[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 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 had to

[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 ove

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

2008-11-12 Thread Bradley Sepos
t and loops over them, testing if the first four characters 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

[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. > >

[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] 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 that

[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?http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Mike Rothermel $(function() { $('#menu').tabs(); });

[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 proble

[jQuery] jQuery/Thickbox not opening in IE

2007-05-18 Thread Bradley Holloway
Everyone! I am using Thickbox 3 with jQuery and it is working just fine in FF but when I try on open it in IE 6 or 7 is just opens with itself.any ideas??? Thanks!

[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: Next and the #prevLink to the Previous link like this: Previous Right? Thanks, Brad - Original Message - From: "Sean Catchpole" <[EMAIL PROTEC

[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

[jQuery] Re: Next/Previous Links

2007-05-16 Thread Bradley Holloway
Hey thanks man, however I have no idea what you just saidI am not the best JS guy as you can tell. construct a list of links: I think I have already done that then the example next you have: eval(linklist[2]); what is this for? thanks a ton! - Original Message - From: "Sean Ca