[jQuery] Autocomplete and enter key event

2009-10-15 Thread Benjamin
and a selection into autocomplete options list submits immediatly the form :) Because of the focus staying on input field while navigating into autocomplete drop down list, stopPropagation() can't help me. Any idea ? I'm stuck with that stuff. Thanks (and sorry for my bad ass english :p) Cya, Benjamin.

[jQuery] LiveQuery / Facebox / IE problem

2009-04-02 Thread Benjamin
g); } }); return false; }); The page is located at http://www.thombler.com/myblocs/v2/ Click the sign in button in the top right corner to test the facebox. Any help will be highly appreciated..! /Benjamin

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-03 Thread Benjamin Sterling
How about posting some example code that shows an example of how secret one time tokens can be created and used within jQuery. I second that. It would go a long way in educating me on the proper way of doing things. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-03 Thread Benjamin Sterling
Nathan, All good information, much appreciated. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Png fix for ie 6

2007-04-05 Thread Benjamin Sterling
-Geoff -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Benjamin Sterling
Stefan, That is a great app. Wish I had vision like that! Great work!!! -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] xpath question

2007-04-05 Thread Benjamin Sterling
'); I get undefined. Am I missing something. I thought the correct syntax was /modules/module[n] to get the items. Any direction would be helpful. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: xpath question

2007-04-05 Thread Benjamin Sterling
Blair, Thanks for the heads up, much appreciated. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: xpath question

2007-04-06 Thread Benjamin Sterling
-child('+currentGroup+')') What would be the difference if you don't mind explaining? -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: xpath question

2007-04-06 Thread Benjamin Sterling
Thanks Jörn. On 4/6/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Benjamin Sterling schrieb: > right now I am doing something like: > > $('/modules/module:eq('+currentModule+')/groups/group:eq('+currentGroup+')') > > And that is working, shou

[jQuery] Re: Find Programming Job?

2007-04-09 Thread Benjamin Sterling
I would say it is spam. but the more I look at the site, the more I think it is warning. a warning that really horrible looking sites still live.. When will we be free of... of bad looking site. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jQuery and EXT not working at all

2007-04-17 Thread Benjamin Sterling
eo 9 Go for the API: http://extjs.com/deploy/ext/docs/ Hope this prevents others from frustration while trying to get their hands on all the goodies. -- Suni -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jqModal confirm and alert override

2007-04-17 Thread Benjamin Sterling
m with jqModal (just like the original behavior)? thanks Laurent -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Remembering settings

2007-04-17 Thread Benjamin Sterling
to the page, it looks for the menuParams and sees if it is set and what the value is. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: How to Trigger link , without click event

2007-04-23 Thread Benjamin Sterling
.jqmShow(); will execute the show. $().ready(function() { $('#ex3a').jqm({ trigger: '#ex3aTrigger', overlay: 30, /* 0-100 (int) : 0 is off/transparent, 100 is opaque */ overlayClass: 'whiteOverlay'}).jqmShow(); }); -- Benjamin Sterling

[jQuery] Re: How to Trigger link , without click event

2007-04-23 Thread Benjamin Sterling
Hi Benjamin, How could i execute that 'javascript function'(without click) from my php ? for example: $('#ex3a').jqm . ' } ?> thanks for help, Rudy bmsterling wrote: > > .jqmShow(); will execute the show. > > $().ready(function() { >

[jQuery] Re: WYMEditor just released as jQuery plugin

2007-04-24 Thread Benjamin Sterling
at would kick ass. If this was also a WordPress Plugin. I am > so dissatisfied with the choices available there. > > Glen > > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] javascript presentation

2007-05-04 Thread Benjamin Sterling
Guys and Gals, Can across this video and thought you would find it interesting and educational. http://video.yahoo.com/video/play?vid=cccd4aa02a3993ab06e56af731346f78.1710507 -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: javascript presentation

2007-05-04 Thread Benjamin Sterling
What do you expect? He is a programmer... I think you are required to turn in your sense of humor and get a certified programmer upgrade. But that is just my theory. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: noob question - load function - dynamic content to slide in place

2007-07-24 Thread Benjamin Sterling
oad(externalHTMLFile, function() {$emptyDiv.slideDown('slow');}); If you know of answer, please share. Thanks for any help. Tony -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] [OT] Development tool by yahoo for firebug

2007-07-25 Thread Benjamin Sterling
Guys and Gals, Came across this today and found it pretty interesting when looking at some of my current projects. Figured I'd share. http://developer.yahoo.com/yslow/ -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: noob question - load function - dynamic content to slide in place

2007-07-25 Thread Benjamin Sterling
t happening. Thanks for your response - I appreciate the group. On Jul 24, 11:08 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Tony, > try: > (for an ID) > $('#emptyDiv').load(externalHTML, function(){ > $(this).slideDown('slow'); > >

[jQuery] Re: jqModal help: multiple triggers, different ajax url's

2007-07-26 Thread Benjamin Sterling
; '.target'}); > > What's the correct construction to get the both working on the same page? > -- > View this message in context: http://www.nabble.com/jqModal-help%3A-multiple-triggers%2C-different-... > Sent from the JQuery mailing list archive at Nabble.com. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
$("#loginkey p").corner("bottom 6px;"); }; }

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
nd subtle for my customer only to find out it does not work in other browsers...or did I? With a tear in my eye, I'm begging...is there an easy answer to this dilemma ? Mike -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-26 Thread Benjamin Sterling
quot;. The click will make the alert go off but the fade wont work. For the life of me I can't get any affects to work on the #nest div. It's like something is interfering with the fade function. No affects work. I just don't know how to systematically track this

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
t two pixels taller leaving me with a three pixel border on the top, left and right and a one pixel border on the bottom! :o( The two pixel margin between the browser window's bottom edge and that one remaining pixel of the bottom three pixel border however, remains unchanged. I can attach some before and after screen shots if that would help. Unfortunately, the code resides behind a firewall, and is not accessible to the public. :o( Can anyone help me, please? Many Thanks, Chris -- http://cjordan.us -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
Ah.. been there before. On 7/26/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Thanks Benjamin. I'll see if that helps. Unfortunately, that client just up and decided out of the blue to stop work on all projects for about a months time, so who knows when (if) I'll get back t

[jQuery] Re: [OT] Development tool by yahoo for firebug

2007-07-26 Thread Benjamin Sterling
nce hit. On 7/26/07, Bil Corry <[EMAIL PROTECTED]> wrote: Benjamin Sterling wrote on 7/25/2007 6:49 AM: > Came across this today and found it pretty interesting when looking at some > of my current projects. Figured I'd share. > > http://developer.yahoo.com/yslow/ Their a

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Benjamin Sterling
ins unchanged. I can attach some before and after screen shots if that would help. Unfortunately, the code resides behind a firewall, and is not accessible to the public. :o( Can anyone help me, please? Many Thanks, Chris -- http://cjordan.us -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jQuery AJAX working in Firefox but not IE

2007-07-25 Thread Benjamin Sterling
n see it in action (or inaction using IE) at http://delangeracing.com/points and clicking any "Prev" link. Any idea why it never fades back in using IE? -Josh -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-27 Thread Benjamin Sterling
firefox. But, > > how do you debug problems that occur in IE and IE only? > > > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Benjamin Sterling
orming session. > > I wrote up about one idea at the end. It's totally in "idea-land" so > > take it with salt. > > > > http://commadot.com/?p=581 > > > > I would love your thoughts on it. > > > > Glen > > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Benjamin Sterling
That is what I thought, just wanted to make sure. On 7/28/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Umm. I guess the blog. Probably good to keep it with the post. > > Glen > > On 7/27/07, Benjamin Sterling < [EMAIL PROTECTED]> wrote: > > > > Glen, &

[jQuery] Re: Confusion with re-binding a click?

2007-07-28 Thread Benjamin Sterling
y combination and I cannot seem to get it :( even > though it appears simple. All I want to do is also the > div.storyvotefor() and div.storyvoteagainst to be clicked again and > loaded into their respective containers. Any advice/direction is > GREATLY appreciated. > > > Sincerely, > > Vince > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Selector help for new user please

2007-07-28 Thread Benjamin Sterling
> > How would I turn this pseudocode into jquery? > > if div#sidebar2 contains div.plugin { > div#sidebar2 width = 160px > div#content margin-right = 170px > } > > I've been at this for a couple hours and I can't figure it out, so any >

[jQuery] finding the next highest z-index

2007-07-28 Thread Benjamin Sterling
other items to reset to 2 - 5. Thanks. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Mootools

2007-07-28 Thread Benjamin Sterling
c4f2cb1c/c36f9836b6d1e0be?lnk=gst&q=Mootools&rnum=2#c36f9836b6d1e0be On 7/28/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: > > Can anyone tell me how this compares to jQuery, briefly? > > > > Mitch > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Parse By Style patch?

2007-07-28 Thread Benjamin Sterling
that you can write the select-by-style selectors as a plugin." Does that mean that there is a plug in that I am missing? Thanks. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Mootools

2007-07-28 Thread Benjamin Sterling
ies you will see > it fades in a small part of an image, then zooms out and pans at the same > time. > > > > H I wonder if that could be done using some of the Interface Elements > effects? > > > > Mitch > > > > *From:* jquery-en@googlegroups.com [mai

[jQuery] Re: finding the next highest z-index

2007-07-29 Thread Benjamin Sterling
I'd recommend sticking to a small number of` elements. > > Plugin page: http://jquery.com/plugins/project/moreSelectors > Download: http://www.softwareunity.com/sandbox/JQueryMoreSelectors/ > > Cheers, > > George > > > On Jul 29, 2:59 am, "Benjamin Sterling&quo

[jQuery] Re: Remove element attribute

2007-07-30 Thread Benjamin Sterling
> $("#myButton").attr("disabled", ""); > > which produces this: > > My button > > How can I remove the disabled attribute altogther? > > Thanks. > > Adrian > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Remove element attribute

2007-07-30 Thread Benjamin Sterling
Good call Klaus. Sorry Adrian, I was going off faulty memory, Klaus get the points on that one :) On 7/30/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > Benjamin Sterling wrote: > > Adrian: > > > > Try $('#myButton').removeAttr('disabled')

[jQuery] Animation error and next level help

2007-07-30 Thread Benjamin Sterling
Guys, I am working on a plugin and having two issues: url in quesiton; http://www.benjaminsterling.com/experiments/neurosesgalore/ js file in question: http://www.benjaminsterling.com/experiments/neurosesgalore/common/js/i.js Question 1: As it stands now, I have below in a click event:

[jQuery] Re: Mootools

2007-07-30 Thread Benjamin Sterling
> > grtz > > BjornW > > > > >> Reason I asked about Mootools is I love there slideshow. It allows > > >> doing the Ken Burns effects that was mentioned Nicolas last week. > > >> Check out this wicked class demo: > > >>http://www.electricprism.com/aeron/slideshow/ > > > > > Wow -- that's a helluva plugin, and a *really* great demo. > > > > > ~ ~ Dave > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Benjamin Sterling
Sean, that is a nice selector. On 7/30/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > Dmitrii, the code Erik Beeson pasted works, here's another option: > $.extend({expr:{":":{mod: "i%m[3]==0"}}}); //adds mod selector > > $("tr:

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Benjamin Sterling
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Benjamin Sterling > *Sent:* lundi 30 juillet 2007 15:23 > *To:* jquery-en > *Subject:* [jQuery] Animation error and next level help > > Guys, > I am working on a plugin an

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread Benjamin Sterling
ll be available end > of August/ beginning of Semptember, or should we stick to the interface > plugin? > > Thank you. > -- > View this message in context: > http://www.nabble.com/What-library-to-use-for-drag-and-drop--tf4170620s15494.html#a11864913 > Sent from the JQuery mailing list archive at Nabble.com. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Benjamin Sterling
That is crazy is so many different ways Thanks Giuliano. On 7/30/07, Giuliano Marcangelo <[EMAIL PROTECTED]> wrote: > > Benjamin, > > ul.imageBox li {left:0;top:0}...appears to cure the Internet > Exploder problem > > :) > > On 30/07/07, Ben

[jQuery] Re: Animation error and next level help [solved]

2007-07-30 Thread Benjamin Sterling
posiOffset = 10; > > var c = { width : 100px}; > > c[leftAlign ? 'left' : 'right' ] = posiOffset +'px'; > > $('#el').css(c); > > Correction: obviously 100px needs to be in quotes, and the first two > variables are actually set dynamica

[jQuery] [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
(mac and pc). Any and all feedback welcomed. Tips on making the code better will be greatly appreciated. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
Hmmm that seem like an interesting idea. That may be version 2.0though. But I def like that. On 7/30/07, Giuliano Marcangelo <[EMAIL PROTECTED]> wrote: > > Benjamin, > > very nice.. > > suggestion: if you could ally this plug in with the zooming functio

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
<[EMAIL PROTECTED]> wrote: > > > Benjamin Sterling wrote: > > I wanted to announce my first plug-in called jqShuffle. It is in alpha > > right now, because I know there a better ways of doing some of the stuff > > I want to do. > > > > The url f

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
d above? I'd be interested to see how it would perform. > > -- > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Benjamin Sterling > *Sent:* Monday, July 30, 2007 12:39 PM > *To:* jquery-en > *Subject:* [jQuery] [ANN

[jQuery] Re: ContextMenu hidden under dropdown lists

2007-07-30 Thread Benjamin Sterling
ays appear on top of all other input > controls? > > Thanks. > -- > View this message in context: > http://www.nabble.com/ContextMenu-hidden-under-dropdown-lists-tf4181823s15494.html#a11889281 > Sent from the jQuery Plugins mailing list archive at Nabble.com. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
crazy on one of the "decks", even on the moving > > cards, they start going nuts -- I like it. They always end up back in > > their pile. This is VERY nice. > > > > > Any and all feedback welcomed. > > > > > > Tips on making the code better will be greatly appreciated. > > > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-31 Thread Benjamin Sterling
! This is very slick looking. Keep up the good > work. Code is clean && readable ;) > > ~ Brice > > On Jul 30, 1:39 pm, "Benjamin Sterling" > <[EMAIL PROTECTED]> wrote: > > I wanted to announce my first plug-in called jqShuffle. It is in alpha &g

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-31 Thread Benjamin Sterling
t do at all > what I expected from the name, I was thinking maybe some random > reordering on load time or something... No no no... way more high > octane than that. > Definitely something that people will think is an "all too much bother > to build" Flash ani. > Sweet d

[jQuery] Re: problems with .css()

2007-08-05 Thread Benjamin Sterling
1px', padding: '10px' }); > > > > If I try to add any css property with a hyphen in it, such as text- > > align or font-family, > > > > $('.aDiv').width(40).height(40).css({ text-align: 'center', float: > > 'left', b

[jQuery] Re: Need help 're-stripping' a table

2007-08-06 Thread Benjamin Sterling
e(); > > But I can't get this to work. Either re-striping isn't working or the > row isn't being completely remove. > > Help! > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Noob syntax question re toggle between css attributes

2007-08-07 Thread Benjamin Sterling
".def_set").css({backgroundColor: > "rgb(238,238,238)"}) } > > return false; > }); > > In expectation of kicking myself ;-) > > All the best, > Dug > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: [Announce] charToTable plugin

2007-08-07 Thread Benjamin Sterling
That is cool! Great work! On 8/7/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > Haha, that's fun. Thanks for posting it. > > ~Sean > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Announcement: Spoilers plugin

2007-08-08 Thread Benjamin Sterling
ot; work in any jQ- > supported browser, though it is untested aside from Firefox 2.x, > Konqueror 3.5.x, and Galeon 2.0.x. > > :) > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: i need to build a tree dynamic...

2007-08-08 Thread Benjamin Sterling
e treeview api but the tree's structure is in the body > > how can i build dynamically this tree with jquery? > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: annoying newbie

2007-08-08 Thread Benjamin Sterling
> to do, then gave some general ideas on how to do it. > > > > > Sadly, js is double dutch to me - I can php with the best of them, > > > html like a pro - css pretty darn well, but js? Not happening. I am > > > still studying, and trying to change this, > >

[jQuery] Re: annoying newbie

2007-08-09 Thread Benjamin Sterling
media.php > > If you click on Add an image, you will see what I want (it works > through a pop up) then if you click on Add label or artist you will > see what I am using. > > Thick box, not jquery. Sheesh. Maybe the subject line is closer than > we realized. > > Thank you fo

[jQuery] Re: Detecting AJAX calls - Controlling Ajax Injection Vulnerabilities

2007-08-09 Thread Benjamin Sterling
already concluded that we will restrict any AJAX calll to our > web services to a POST only. Not the best solution to address > injection vulnerabilities, but it might limit the population of would > be wannabe hackers. > > Comments? > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: "scollovers" animation

2007-08-09 Thread Benjamin Sterling
gt; more talented plugin authors out there. > > The implementation code is 175 lines long, but i'd bet that one of you > jQuery gurus can get it down to 20 or less. > > :) > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: "scollovers" animation

2007-08-09 Thread Benjamin Sterling
user? > > > > While eye candy can be nice, I don't really see any benefit to the user. > I'm > > very much a form over factor guy, so I want to make sure if I'm > introducing > > new behaviors that they're benefiting the user (at least I try to

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Benjamin Sterling
art or all to implement? I am just going to take the wait and see approach. On 8/9/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > i thought this might interest some of you: > > http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML > >

[jQuery] [SITE SUBMISSION] http://www.hotswap.com/

2007-08-09 Thread Benjamin Sterling
Came across this site today: http://www.hotswap.com/ Looks to be using: 1. Tooltip 2. blockUI 3. bgIframe 4. Autocomplete 5. deminsions -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Benjamin Sterling
script object gets injected into the DOM. > > No parameters are passed in the ajax request to the server. > > thanks again for any insight folks. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Benjamin Sterling
Either way you should wrap it in a $(document).ready, but you can put the ajax call into it's own function and call in in the setInterval. On 8/10/07, Steve Finkelstein <[EMAIL PROTECTED]> wrote: > > Benjamin, > > Thank you kindly again. > > One last inquiry. Do I po

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Benjamin Sterling
Not entirely sure what you are saying but you can do something like: setInterval(function(){ $.ajax({ type: "POST", url: "some.php", success: function(msg){ $('myDiv).text(msg); } }); }, 1000); On 8/10/07, Steve Finkelstein <[EMAIL PROTECTED]> wro

[jQuery] Re: Problem keeping swap image from mouseout

2007-08-10 Thread Benjamin Sterling
ollover image2 if the user clicks on image2. However on > mouseout, it reverts back to image1. I have tried different coding and > I am tripped up everytime. > > Frank > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: pagination

2007-08-10 Thread Benjamin Sterling
; Sent from the JQuery mailing list archive at Nabble.com. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Image loaded

2007-08-10 Thread Benjamin Sterling
/www.nabble.com/Image-loaded-tf4248146s15494.html#a12090344 > Sent from the JQuery mailing list archive at Nabble.com. > > Just change "text = a.html()" to "text = 'Loading...'" -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: pagination

2007-08-10 Thread Benjamin Sterling
context: > >> http://www.nabble.com/pagination-tf4250056s15494.html#a12095618 > >> Sent from the JQuery mailing list archive at Nabble.com. > >> > >> > > > > > > -- > > Benjamin Sterling > > http://www.KenzoMedia.com > > http

[jQuery] Re: JQuery populating div with AJAX

2007-08-10 Thread Benjamin Sterling
'#div-id').load('url.php'); > > > > More info can be found here: > > http://docs.jquery.com/Ajax#load.28_url.2C_params.2C_callback_.29 > > > > > > Good luck! > > > > Rick > > > > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Back Button Control and History Plugin

2007-08-10 Thread Benjamin Sterling
27;d still love to see a more complex > example! > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: JS enabled or not

2007-08-10 Thread Benjamin Sterling
y will see the message. > > You could also simply use the noscript element: > > > This site requires javascript > > > Just an idea... > > > --Klaus > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Translate a website using XML file : how to parse xml with Jquery ?

2007-08-10 Thread Benjamin Sterling
Prompts[i])[0].childNodes[0].nodeValue; > } > } > > > I couldn't find a way using jQuery to get the tagName of an element. > Someone can help me ? > > I can use the following code to find the contain of a node but it's > not that I want to do because it's a "static method": > > $(function() > { > > $.get("chineese.xml", function(xml) > { > var IpAddress = $("IpAddress", xml).text(); > $("div#IpAddress").html(IpAddress); > }); > > }); > > > Thanks in advance > > Benoit - www.survoldefrance.fr/index.php?lang=UK > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] [OT] Wordpress and embedding javascipt for individual posts

2007-08-11 Thread Benjamin Sterling
nt to post my shuffle plugin in one post and I don't want have that code for all post. Thanks in advance. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: [OT] Wordpress and embedding javascipt for individual posts

2007-08-11 Thread Benjamin Sterling
"script[charset|defer|language|src|type]," to the valid_elements. I appreciate your help. On 8/11/07, Olaf Bosch <[EMAIL PROTECTED]> wrote: > > > Benjamin Sterling schrieb: > > > What I am trying to do is post my plugins to my blog (wordpress), but I > >

[jQuery] Re: Why jQuery over Mootools

2007-08-11 Thread Benjamin Sterling
ne choose jQuery over Mootools or is it really just a > preference thing and and both are basically the same(i see a lot about > jQuery vs prototype but not alot about jQuery vs mootools) > -- > View this message in context: > http://www.nabble.com/Why-jQuery-over-Mootools-tf4254982s15494.html#a12109680 > Sent from the JQuery mailing list archive at Nabble.com. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jQuery.js vs Protocol.js

2007-08-12 Thread Benjamin Sterling
ts were ignored. of course. > Protocol.js --> Displays it properly,no delays, but no sound. > jQuery: --> No Display, in fact, the browser seems slower. > > I think with protocol.js, it had a problem resolved the base path for > the embedded JS. > > With jQuery, I

[jQuery] Re: Plugin Function

2007-08-12 Thread Benjamin Sterling
all this remove function, for > example if the plugin is created using $('body').link(); Can I call > the removeLink function doing something like $ > ('body').link.removeLink(this); > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Benjamin Sterling
and together with the > custom transition support lets you create some pretty wacky stuff. > > The documentation provides lots of examples. > > Cheers! > > Mike > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jQuery Multiple Upload Plugin v1.23

2007-08-13 Thread Benjamin Sterling
element attributes for new elements > > This is more of a 'heads up', but as usual, feedback will be welcomed. > > Thanks, > Diego A. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Making An Intergrated Plugin

2007-08-13 Thread Benjamin Sterling
so with this > > code you would traverse to any tags in any unordered list within > > your div. > > Does that help? > > > > Bernd > > > > > > > > -- > View this message in context: > http://www.nabble.com/Making-An-Intergrated-Plugin-tf4263097s15494.html#a12132782 > Sent from the JQuery mailing list archive at Nabble.com. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: new Plugin every: jQuery-oriented setTimeout and setInterval

2007-08-14 Thread Benjamin Sterling
if a function is provided but no label, all > the events calling that function, regardless of label, are stopped. > Finally, if both are provided, they are both used to filter down to > stop that event. > > The few times I've used these methods, my timer based methods have > become invariably more readable and more compact. Enjoy, if you must. > > -blair > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: How do I select (use) a link in the html I appended?

2007-08-14 Thread Benjamin Sterling
;).append('Link 1 td>Link 2'); > }); > > $('#link1').click(function(){..blablabla > > But this doesn't work. > When I open the "panel", and the html is appended to it, the link > doesn't work. > How can I select it? What am I doing wrong here? > > Hope someone will come with a nice answer ;-) > > > Greetzz > nounou > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: new Plugin every: jQuery-oriented setTimeout and setInterval

2007-08-14 Thread Benjamin Sterling
akes two arguments: label, and function. Both are optional and > > if neither is provided, all events on that DOM element are stopped. If > > the label is provided without a function all events with that label > > are stopped. Conversely, if a function is provided but no label, all > > the events calling that function, regardless of label, are stopped. > > Finally, if both are provided, they are both used to filter down to > > stop that event. > > > > The few times I've used these methods, my timer based methods have > > become invariably more readable and more compact. Enjoy, if you must. > > > > -blair > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: is this possible in jQ: plugin namespaces?

2007-08-14 Thread Benjamin Sterling
. Is there a way to register the plugin such that we can do this: > > > $(...).myPlugin.start(...); > > $(...).myPlugin.stop(...); > > or a longer example: > > $(...).blair.timer.start(...); > > ??? > > This ability would free plugin writers (and users) of worrying about > naming collisions. > > -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: How to test if plugin X is loaded ?

2007-08-14 Thread Benjamin Sterling
included into the same page or used separately. > > I'd rather not load on all the pages the sortable table plugin, so I > have to be able to detect on each of these template if the plugin is > already loaded or if I have to load it (or not call the .tableSorter() > method). &

[jQuery] [OT] Job posting asking for jQuery knowledge

2007-08-14 Thread Benjamin Sterling
://jobs.cfcclabs.org/lifechurchtv/2007-07-19-php-developer/ -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] supported?

2007-08-15 Thread Benjamin Sterling
Hey, I am trying to build a table dynamically, but jQuery keep erroring out on $('').append(''); Is caption supported? $('').append(''); works fine. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
<[EMAIL PROTECTED]> wrote: > > "jQuery: doing shady trickery so you don't have to." > > --Erik > > > On 8/15/07, John Resig <[EMAIL PROTECTED] > wrote: > > > > > > That being said, we have to do a lot of shady trickery to make > &g

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
, John Resig <[EMAIL PROTECTED]> wrote: > > > I was feeling feisty. Fixed in SVN rev 2728. Check a copy out of SVN > to give it a try (but the test case passes). > > --John > > On 8/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > @Stephan: That is ac

[jQuery] Re: supported?

2007-08-15 Thread Benjamin Sterling
Rudd <[EMAIL PROTECTED]> wrote: > > > I'm guessing he's getting you confused with Dries, of Drupal fame. :) > > Karl Rudd > > On 8/16/07, John Resig <[EMAIL PROTECTED]> wrote: > > > > I have a kid? I sure hope not! :-) > > > > --J

  1   2   3   4   5   6   >