[jQuery] passing a function to a function with variables

2007-03-07 Thread bmsterling
Hey guys and gals, I am trying to do something like below: buildDialogBox({u:'oba_1_2',f:loadJson('userlist.txt', buildUserManageTable),d:'formDialog600'}); and have loadJson('userlist.txt', buildUserManageTable) run after the dialog box loads, but it gets executed and then the buildDialogBox

Re: [jQuery] passing a function to a function with variables

2007-03-07 Thread bmsterling
Never mind, figured it out, just had to wrap the function in a function tag: function(){loadJson('userlist.txt', buildUserManageTable)} -- View this message in context: http://www.nabble.com/passing-a-function-to-a-function-with-variables-tf3365006.html#a9362332 Sent from the JQuery mailing

Re: [jQuery] passing a function to a function with variables

2007-03-07 Thread bmsterling
Thanks guys, figured that out after I asked the question. Isn't that always the case. Thanks for your help anyway. -- View this message in context: http://www.nabble.com/passing-a-function-to-a-function-with-variables-tf3365006.html#a9363321 Sent from the JQuery mailing list archive at

[jQuery] treeview question

2007-02-27 Thread bmsterling
Hey, I am working with Jörn's plugin (http://bassistance.de/jquery-plugins/jquery-plugin-treeview/) and there are a few things I just can't figure out. 1. I need to have so that if expand one folder it will collapse any open folder. 2. How would I bind an event for each time a folder is

Re: [jQuery] zindex issue

2007-02-21 Thread bmsterling
Looks like Brice got this fixed, thanks anyway. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com -- View this message in context: http://www.nabble.com/zindex-issue-tf3270667.html#a9094242 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] jqModal and closing

2007-02-14 Thread bmsterling
hey, I am working with the jqModal and I am trying to set a button in the frame to close it. This is what I got: $('.jqmWindow').jqm({ trigger: elem, ajax: $(elem).attr('href'), overlayColor: '#fff', overlay: 30

[jQuery] working and xml doc or converting to json

2007-01-31 Thread bmsterling
Hey guys and gals, I have a xml doc that I will be pulling in with $.ajax and a datatype of xml. My question is two fold, how should I effeciently handle the return xml file and is there an easy way to convert the xml doc to json format. This is how I would normally use js to call the xml: var

[jQuery] Easy DOM Creation plugin not working as expected.

2007-01-25 Thread bmsterling
Hey guys and gals, I am using the Dom creation plugin and when I pass the json information I get nothing in return. Below is the function I use: buildScenarioTableList = function(list){ $.tpl(list, function(){ return [ 'tr', { 'class':MyTableRow }, [

[jQuery] form plugin question

2007-01-22 Thread bmsterling
Hey all, Quick question about the form plugin and the datatype of json. I have the code set up like: var options = { url: 'common/testpages/login.php', beforeSubmit: function(formArray, jqForm) {return

Re: [jQuery] form plugin question

2007-01-22 Thread bmsterling
mal, It was not giving me any noticeable error (firebug or Web Developer) but that seemed to fix it. Thanks. Ben -- View this message in context: http://www.nabble.com/form-plugin-question-tf3058663.html#a8504947 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] form plugin question

2007-01-22 Thread bmsterling
Thanks Klaus, I was overlooking {}. -- View this message in context: http://www.nabble.com/form-plugin-question-tf3058663.html#a8507038 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] IE 7 fadeIn, fadeOut problem

2007-01-16 Thread bmsterling
Lukas, Check out the demensions pluging, this should help you get the actual height and width real easy. Ben -- View this message in context: http://www.nabble.com/IE-7-fadeIn%2C-fadeOut-problem-tf3018206.html#a8390102 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] override href link with jquery

2007-01-13 Thread bmsterling
I am not total sure I understand what your asking, but it sounds like you want the link to load a page into a certain part of your current page, in other words, you have an html page that you want to load into another html maybe using ajax? if this correct, check out the $.ajax function with a

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-11 Thread bmsterling
Here is one that is complete, I have about three more still in development and will post when they are out of beta. http://www.informationexperts.com Plug in used: Accordion (modified heavily) Thickbox (modified slightly) Flash (modified slightly) -- View this message in

Re: [jQuery] Newbie - how to build a sliding/draggable panel

2007-01-11 Thread bmsterling
Rolf, try now to double post your messages. not sure if this is the best way of going about it, but this is what I did: script type=text/javascript !-- $(document).ready(function(){ $(#control).bind(click, function(){leftwide()}); }); function

[jQuery] help speeding up code

2007-01-03 Thread bmsterling
Hey all, I am working on a project at http://ov.informationexperts.com/test.htm http://ov.informationexperts.com/test.htm and the only issue I am having is the speed of my code. steps to test: 1. create three or more points by click in the grey box area. 2. when finish, dbl click the first

Re: [jQuery] help speeding up code

2007-01-03 Thread bmsterling
Steven, thanks, I don't know where the bottle-necking is as I pointed in my initial post, I was just seeing if anyone had away to speed it up. Dave, I am kinda limited by what I can use. This app will be put on a chip similar to the linksys admin panel in a router. I wanted to use flash or

Re: [jQuery] help speeding up code

2007-01-03 Thread bmsterling
Stephen, thanks, I was not trying to be confrontational, I just misunderstood what you said/meant Karl, thanks for the clarification, i have FB 1.0b1 installed now. Looking at the profile and following the steps i provided before, I see where bottlenecking is; I think. These are the top times

Re: [jQuery] Error: 'nodeName is null or not an object' (What am I doing wrong?)

2007-01-03 Thread bmsterling
Is there a way we can see this in action, I looked at the code and nothing jumps out at me. -- View this message in context: http://www.nabble.com/Error%3A-%27nodeName-is-null-or-not-an-object%27-%28What-am-I-doing-wrong-%29-tf2916968.html#a8153074 Sent from the JQuery mailing list archive at

Re: [jQuery] find mouse cooridate?

2007-01-02 Thread bmsterling
I use event not window.event and works fine. -- View this message in context: http://www.nabble.com/find-mouse-cooridate--tf2908997.html#a8127498 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] dreamweaver and CodeHints for jquery

2006-12-29 Thread bmsterling
himynameiznate, I will be working on the list thru out the day and should have an updated list posted tonight. Christopher, i don't use homesite, I have it installed, but never used it, I can take a look to see if there are some files I can manipulate to add the hinting. Karl, that would be a

Re: [jQuery] My First Plugin - Custom Select Box

2006-12-28 Thread bmsterling
Damn David, have you been looking at my computer!!! I was working on something like this because I get a lot of designs from my designers with a fancy select menu and I figured I create something with jquery to do what you did. Oh well, your's looks better then what I was doing. Nice job! --

[jQuery] dreamweaver and CodeHints for jquery

2006-12-28 Thread bmsterling
Hey guys and gals, I know some of us use DW to do their coding for the pretty colors and the code hints it provides, and since I have been using jquery for, well, everything I decided to start creating those codehints. attached is what I have so far, which is only the $ and A section of the

Re: [jQuery] dreamweaver and CodeHints for jquery

2006-12-28 Thread bmsterling
btw, If you want to give the functions color in DW, goto C:\Documents and Settings\[Your Directory]\Application Data\Macromedia\Dreamweaver 8\Configuration\CodeColoring and open CodeColoring.xml (of course you should make a back up) and at about line 534 or so paste the code below just below line

Re: [jQuery] logic help

2006-12-21 Thread bmsterling
Wow, I guess I should have paid attention in math class a little more. I am liking the idea of allowing the user to adjust his/her points, seems to be the simplest. But ulimately I have to see what the client prefers, and I can bet he will want me to do the other option of finding the center

[jQuery] possible stupid question re: dimensions plugin

2006-12-20 Thread bmsterling
Are the functions in the dimensions plugin the same as the functions in the default jquery build? ie. height, width -- View this message in context: http://www.nabble.com/possible-stupid-question-re%3A-dimensions-plugin-tf2860567.html#a7992532 Sent from the JQuery mailing list archive at

Re: [jQuery] possible stupid question re: dimensions plugin

2006-12-20 Thread bmsterling
Thanks -- View this message in context: http://www.nabble.com/possible-stupid-question-re%3A-dimensions-plugin-tf2860567.html#a7994974 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com

[jQuery] login help

2006-12-20 Thread bmsterling
Guys and gals, I am working on something that requires a person be able to click in an area and create a hot area. Here is a link to you can understand (http://ov.informationexperts.com/test.htm) The problem that i have is how do I sort a multidimensional array so that if a person clicks on

Re: [jQuery] logic help

2006-12-20 Thread bmsterling
lol... yeah, logic help is what I meant, been a very long day. yeah, the site was down for a few, but is currently up now. Thanks -- View this message in context: http://www.nabble.com/logic-help-tf2862831.html#a8000515 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] logic help

2006-12-20 Thread bmsterling
the while loop was just to slow down, something was not working correctly at one point and I never took it out. the canvas is just a reference to the the object that is set at about line 64. For some reason when I did it that way it did not work, only worked when I wrapped it like I did. But

[jQuery] need input for make an img map of sorts

2006-12-18 Thread bmsterling
Could not think of a subject title that was real clear so be patient with me. This is what I need to do and after looking at a few plugins (http://interface.eyecon.ro/demos/resize.html http://riddle.pl/mappet/ one more, but link is down) I have an idea on how to achieve it but can't seem to

Re: [jQuery] need input for make an img map of sorts

2006-12-18 Thread bmsterling
Alex, That is actually a great help, I will mix in what you got with what I have and see how that looks. This is where I am at now before I mix: http://ov.informationexperts.com/test.htm http://ov.informationexperts.com/test.htm -- View this message in context:

Re: [jQuery] WEIRD IE page not displaying problem

2006-12-15 Thread bmsterling
I am going to have to agree, can you send us a url to check out? -- View this message in context: http://www.nabble.com/WEIRD-IE-page-not-displaying-problem-tf2828172.html#a7895973 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery

[jQuery] jQuery Media Plugins question

2006-12-15 Thread bmsterling
Guess this would directed at malsup, but if anyone else has the answer, please lend me you input. I am using the Media plugin and I am not getting the alert about upgrading to the current flash when using this plugin, what can I do to make sure I get this alert? I see how you set the params for

Re: [jQuery] quick question for Felix re: cakePHP

2006-12-14 Thread bmsterling
wow, this is why I stuck with jquery in the first place, because of the great responses by the community. I really do appreciate your input and will def look at the links provided (although I looked at most already and they are def not newbie friendly) But I will def chug away at it. thanks

[jQuery] a jquery button

2006-12-14 Thread bmsterling
hey all, is there a built with jquery button, something like what you get for valid css or html? gotta give jquery is props :) -- View this message in context: http://www.nabble.com/a-jquery-button-tf2825088.html#a7886017 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] interesting background issue in FF 2

2006-12-13 Thread bmsterling
Just a follow up, I made a bunch of changes to the style sheet, assuming it has something todo with background images, and still no luck. Attached is what I am seeing. thanks http://www.nabble.com/file/4566/Untitled-1.png -- View this message in context:

[jQuery] quick quesiton for Felix re: cakePHP

2006-12-13 Thread bmsterling
Felix, I noticed on another thread that you work with cakePHP, I am trying to get my head around it, but not quite there. Can you recommend any good forums and tutorials (not digging the bakery.cakephp.org too much) to help me on my way. Thanks Benjamin -- View this message in context:

[jQuery] interesting background issue in FF 2

2006-12-12 Thread bmsterling
Hey all, I have this page I am working on: thePage : http://ierev.informationexperts.com/test.htm http://ierev.informationexperts.com/test.htm And in FF when the box is opening or closing, there is background image thing happening. Not sure if I can explain it well. But here are the steps I

Re: [jQuery] passing functions

2006-12-11 Thread bmsterling
I had to do something similar today, and I did something like function myfunction(f){ $(element).click(function(){eval(f+(););}); } that was off the cuff, but that should work. -- View this message in context: http://www.nabble.com/passing-functions-tf2805241.html#a7827322 Sent from the

Re: [jQuery] jQuery API docs on gotAPI.com

2006-12-08 Thread bmsterling
Jörn, I'd be interested in helping, I don't know xslt to the extent that you have for that api, but I would def love to help. Ben -- View this message in context: http://www.nabble.com/jQuery-API-docs-on-gotAPI.com-tf2778931.html#a7760555 Sent from the JQuery mailing list archive at

[jQuery] animation error

2006-12-07 Thread bmsterling
Hey is one of those stupid questions: I have the latest version of jquery and I am using this below function: [code] $(.a_organization_port).click( function(){ $(#a_organization_port).animate({ height: 'toggle', opacity: 'toggle'}, slow); } ); [/code] and I get this error:

Re: [jQuery] animation error

2006-12-07 Thread bmsterling
Thanks guys, yeah, I was just testing it out and figured I'd use what was in the API. Is there a list of options somewhere that can be used in the animation function? Thanks again. -- View this message in context: http://www.nabble.com/animation-error-tf2775928.html#a7748955 Sent from the

Re: [jQuery] accordian help

2006-12-06 Thread bmsterling
Jörn, Wondering if you had any feedback on what I want to do with the accordion and how could achieve it? Thanks -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7725086 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] accordian help

2006-12-06 Thread bmsterling
Guess it would have been a good idea to look thru your code a little better :) I figured our some of the original issues. -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7725508 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] php frameworks

2006-12-05 Thread bmsterling
Thanks for all the great responses; truly did not think I would have this much to read in the morning. AHeimlich: I agree the zend framework looks pretty good; my question is, why did it take so long for zend to jump on the framework bandwagon. Brice Burgess, Will Jessup: I looked at symfony

Re: [jQuery] New Plugin: Ajax Popup Menu (still under development)

2006-12-05 Thread bmsterling
That is quite nice. -- View this message in context: http://www.nabble.com/New-Plugin%3A-Ajax-Popup-Menu-%28still-under-development%29-tf2763488.html#a7705749 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list

Re: [jQuery] Web application / site testing framework using jquery?

2006-12-05 Thread bmsterling
That is what I meant as far as formatting goes, it should check for unclosed tags, correct tree structure, stuff like that. I may be interested in starting a project like this, because god knows I need a tool that can assist in my getting things out of alpha testing. How would you suggest

Re: [jQuery] accordian help

2006-12-04 Thread bmsterling
Jörn, Thanks for pointing me in the right direction. I implemented your code and made some modifications (tips on the modifications are welcomed) and for most part things are working great. Few issues the I have in order of importance: 1. If I click on, we'll say, on our minds, the content

Re: [jQuery] accordian help

2006-12-04 Thread bmsterling
Jörn, Thanks for the quick response, here is the things I need the accordian todo: 1. I need it so that if i click on any of the, we'll use titles, titles that it will open to the right content, but if you click on it again, the content will close the the default title/content will become

[jQuery] ie6 flicker issue

2006-12-04 Thread bmsterling
Hey, Figured I'd share this; this is a fix to the ie6 flicker issue on the fadeIn/fadeOut. //Stop IE flicker if ($.browser.msie == true) { document.execCommand('BackgroundImageCache', false, true); } org: http://medienfreunde.com/deutsch/weblog/index.html?nid=87action=showcom -- View this

[jQuery] php frameworks

2006-12-04 Thread bmsterling
Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. If you use a php frame work can you post a url and why you like it? Thanks, Ben -- View this message in context:

[jQuery] fadein/fadeout flicker in ie6

2006-11-30 Thread bmsterling
Hey all, I am putting together this site http://ierev.informationexperts.com/ http://ierev.informationexperts.com/ and I am having issues with flickering in ie6, If you click on the lop right extranet login and on any of the title bars, eg. on our minds,portfolio, you will see the flicker.

[jQuery] accordian help

2006-11-30 Thread bmsterling
Hey all, I am working on this site http://ierev.informationexperts.com/ http://ierev.informationexperts.com/ and implemented the accordian with some modifications using the old structure of divs. The problem is, the when one is closing and the other one is open (which happens at the same

Re: [jQuery] fadein/fadeout flicker in ie6

2006-11-30 Thread bmsterling
Hey Sean, thanks for the response, I tried that and no luck. -- View this message in context: http://www.nabble.com/fadein-fadeout-flicker-in-ie6-tf2733149.html#a7631547 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing

[jQuery] executing a function thickbox closes

2006-11-29 Thread bmsterling
Hey all, I am trying to execute a function when thickbox gets closed. using the code below I can get the alert box to run: $(#TB_closeWindowButton).click( function(){

Re: [jQuery] optimize/convert current code to jquery

2006-11-15 Thread bmsterling
bmsterling wrote: Hey all, Attached is a function that I currently use to take the results of an xml import and put it into an array that I can use thru-out the code. you will see some function in there like getChildNodesByAttribute, getAttribute and getElementsByTagName

[jQuery] console for IE question

2006-11-15 Thread bmsterling
Hey, I am trying to use the console script in IE but it gives me a TypeError message. 'window.top.deBugWindow.document; is null or not an object I am using like: console.log(start init()); Is there anything else i need to do to use this? Any help would be great. -- View this message

[jQuery] calling xml but not ajax

2006-11-14 Thread bmsterling
Hey all, I have a site that needs to be able to run on both a server and a cd and i have to call in an xml file. I have it up and running, but the amount of code i needed to use is, well, to much. How do i go about using jquery to call in this xml file? url in question:

Re: [jQuery] calling xml but not ajax

2006-11-14 Thread bmsterling
Blair, I guess I should have tested that function first. I just ass-u-me-d it would not work since it does a HTTP request. But I tested on FF, ie6, ie7, mac ff, mac safari from my numb drive and it worked. Well, it gave me the alert with the xml object. I will do more work tomorrow and test

Re: [jQuery] Form Validation (no Ajax)

2006-11-13 Thread bmsterling
Bruce, I had the same question a few weeks back and I more or less got the answer from Jörn. Let me look for the code that I made and we can see if that helps you. Meanwhile, you can take a quick look a that discussion and it may point you in the right direction. Ben -- View this message in

[jQuery] .clone and form elements

2006-11-09 Thread bmsterling
Hey guys and gals, I am trying to duplicate a set of form elements using: $(#claims).clone().appendTo(#ap) and div id=claims div class=fieldlabelinput type=text class=contact name=claim[] value=//div div class=fieldinput

Re: [jQuery] .clone and form elements

2006-11-09 Thread bmsterling
thanks all, klaus' code is what worked, thanks again. -- View this message in context: http://www.nabble.com/.clone-and-form-elements-tf2602974.html#a7270391 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list

[jQuery] checking for cookie

2006-11-03 Thread bmsterling
Is there a way to check for cookies are enabled with jquery. and is there a cookie pugin? thanks -- View this message in context: http://www.nabble.com/checking-for-cookie-tf2570266.html#a7164717 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] checking for cookie

2006-11-03 Thread bmsterling
thanks for the responses, I will def try them both out. -- View this message in context: http://www.nabble.com/checking-for-cookie-tf2570266.html#a7166539 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list

Re: [jQuery] form validation w/ simple ajax

2006-11-02 Thread bmsterling
blair, I will give that a try today, thanks for your input. Much appreciated. Ben -- View this message in context: http://www.nabble.com/form-validation-w--simple-ajax-tf2554683.html#a7133077 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] form validation w/ simple ajax

2006-11-02 Thread bmsterling
Will, That is the script I initially started out with and loved it. I just could not figure out how to set up the submit part. Meaning, I could not figure out how to set it up so that it would recheck everything once you hit submit. I also could not figure out how to turn off the ajax part.

Re: [jQuery] form validation w/ simple ajax

2006-11-02 Thread bmsterling
Jörn, that would be great, is there some direction you can give me on how to achieve that on my own if I were to user your code? thanks for the help. -- View this message in context: http://www.nabble.com/form-validation-w--simple-ajax-tf2554683.html#a7135869 Sent from the JQuery mailing list

[jQuery] form validation w/ simple ajax

2006-11-01 Thread bmsterling
Hey all, I am working on some form validation and all works fine except on point. what I am trying to do is check if an email address is already in the database, I get the connection and the function gets a return but I can't get the return to return true. Not sure if this making sense so here

Re: [jQuery] form validation w/ simple ajax

2006-11-01 Thread bmsterling
Blair, Thanks for the response. I was trying to return a true or false with: function(json) { eval(var args = + json); if (args.success == true){

Re: [jQuery] form validation w/ simple ajax

2006-11-01 Thread bmsterling
That is what I initially started out doing, but for some reason it was not working out according to plan. I am think it was not working because, as the ajax part was excuting, the rest of the js was running its course. Is there a way to stop the progression until the variable has a value? --