[jQuery] jQuery UI accordion

2010-03-03 Thread K1
HI all I wanna create a accordion with jq UI with this options, accordion have 5 header and load with header 1 by default,and I wanna disable other headers when user click on them.how can I disable showing content of header when user click on that. thanks

[jQuery] JQuery Email Validation does not work

2010-03-01 Thread iceman
Hello I am on JQuery 1.4.1 using validation fromawork by Jörn Zaefferer 1.6 version. I need to send multiple comma separated emails . It fails for the following format FirstName Last Name [firstName dot lastName at xyz dot com] Please guide. Thank You Iceman

[jQuery] Jquery Validation Email issue (validate)

2010-02-26 Thread MrChambers
It seems to be normal behaviour, but when using jquery's validate plugin my client was not happy the a single domain suffix character was enough to clear the valid email error. ie; tes...@googlemail.c would validate. To ensure that at least 2 characters had to be entered into the field to validate

[jQuery] jQuery Dialogbox Problem

2010-02-22 Thread patelneha...@gmail.com
Hello Everyone, I am new to jquery so i dont know much about it. I write a script in which i am using the jquery's Dialog box UI on my form. The form is about user search any product on our site and if the user in not logged in then displaying him login dialog box otherwise showing dialog box t

[jQuery] jQuery thickbox/form plugin Chrome/Safari compatibility issue?

2010-02-20 Thread jfornear
I'm displaying a form in a Thickbox and using the jQuery form plugin to process the form and load the results back into the same Thickbox window. It's working perfectly in Firefox, but when the form is submitted in Chrome/Safari you are sent to the page in the action attribute. This is the js in

Re: [jQuery] jQuery AUTOCOMPLETE (by bassistance): submit on click

2010-02-18 Thread Rob Lacey
I'd imagine you'd want something like this? $('input#query').autocomplete('yoururl',{ . your options . }).result(function(event, item, formatted) { $(this).parents().find('form:first').submit(); }); I hope this helps RobL jjunior wrote: I'm having

[jQuery] jQuery AUTOCOMPLETE (by bassistance): submit on click

2010-02-18 Thread jjunior
I'm having a problem with the plugin. Right now, when a user clicks on a list of suggestions from the autocomplete, it takes that selection and puts in the input. The user then has to click again or hit enter to submit the form. It seems that most search forms work on a single click system: clic

[jQuery] jQuery 1.4+ and FF JSON.parse() error

2010-02-17 Thread Scott
Greets. While upgrading from jQuery 1.2.6 to 1.4.1 I encountered a problem with some of the JSON data returned to my application. According to json lint, it was well formed data but was producing an error. The problem was tracked down to the JSON.parse() function in FF 3.5.7 on Linux x86. The erro

[jQuery] JQuery Flot, beginners problem

2010-02-17 Thread 83nini
Hi all, I'm an absolute beginner in JQuery, and i need your kind help on this... i have an mvc project in asp.net, visual studio 2010 i added the jquery.js and jquery.flot.js files in the master page, then i went to HomeController.cs and wrote the following method: public ActionResult Example()

Re: [jQuery] jquery cycle plugin IE6 flicker (appears to reload elements repeatedly)

2010-02-16 Thread arcadian
I believe the problem that you are experiencing is because IE6 has issues when background images and opacity settings are adjusted. I was doing something similar with the jquery cycle plugin and the only way that I found to fix it was to place an IMG tag in the rotating item and place it behind t

Re: [jQuery] JQuery + TableSorter + TableSorterPager + (Container != Div) = undefined error

2010-02-15 Thread rasi
I don't know if this will solve the problem to you, but it did to me. I just changed my script from something like: $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}); }); to $(document).rea

[jQuery] Jquery form plugin can't find resolution

2010-02-14 Thread NHARRY
I have a form that is loaded using .load it is then posted using the jquery form plugin. But it won't post see code: $(document).ready(function() { //shows loading screen whilst posting via ajax $().ajaxStart($.blockUI).ajaxStop($.unblockUI); //post form add_customer aj

Re: [jQuery] JQuery tablesorter problem

2010-02-12 Thread ramesh dhage
On 2/4/10, Nagaraju wrote: > > I am facing problem with jquery.tablesorter.js > > It's working fine if I have more than column in sorting/header list. > > But if I have one column in sorting/header showing following error. > > o is undefined > o.order = o.count = s[1]; (jquery.tablesorter.js at

Re: [jQuery] jquery ui tabs - screen jumps to top when clicked

2010-02-11 Thread Kai-Bone
I was having this problem with jquery-ui-1.8rc1.custom.min but found a quickfix solution and the cause of the problem, but I'm not quite sure what the real fix is. The problem: The fx: calls inside the .tabs call: $().tabs({ fx: { opacity: 'toggle' } }); The solution: Remove all fx: calls so you

[jQuery] jQuery, IE 8 and the production server

2010-02-09 Thread locustmotives
I am working on a page here: www.zacharybell.net The "read more" link uses jQuery to fadeIn text that is already there and then (here's most of the problem) it should also fadeOut the "read more" link. On my development environment, the script works great, on every browser, including IE7/8. On

[jQuery] [jQuery-Form-Validator] - Problem with rules

2010-02-06 Thread niagara
Hi guys. This is my code: $().ready(function() { $("#previ").validate({ submitHandler: function() { if(confirm('Sure?')){ $(form).submit(); return true; }else{ return

Re: [jQuery] JQuery Context Menu Plugin

2010-02-06 Thread Asharudeen
Hi, I have tried the sample menu with jquery easy ui (jquery-easyui-1.0.2). But seems, this is also (Right Click menu) not working on Opera browser. In Opera, there is a option that 'Allow script to detect context menu events' present in 'Tools -> Preference -> Advanced -> Content -> javascript op

[jQuery] jquery css issue in IE7,IE6

2010-02-06 Thread Bharani kumar srinivasan
Hit me, test me *var numStars = 15; function change_star_image(question_id,star_id){ var count_star_rating = 0; for (var i=1;ihttp://php-mysql-jquery.blogspot.com/ Article JQUERY : checkbox,selectall,selectnone,inver

Re: [jQuery] JQuery Context Menu Plugin

2010-02-06 Thread Asharudeen
Hi, Thanks for your reply. I will try it and let you know my results. Thanks. On Sat, Feb 6, 2010 at 12:17 PM, stworthy wrote: > > Here is another menu plugin http://jquery-easyui.wikidot.com/tutorial:menu > > > Asharudeen wrote: > > > > Hi, > > > > I am using JQuery Right Click Context Menu

Re: [jQuery] JQuery Context Menu Plugin

2010-02-05 Thread stworthy
Here is another menu plugin http://jquery-easyui.wikidot.com/tutorial:menu Asharudeen wrote: > > Hi, > > I am using JQuery Right Click Context Menu plugin from the following site, > http://www.trendskitchens.co.nz/jquery/contextmenu/ > > Seems it works on Firefox/IE/Chrome browsers. But it ha

[jQuery] JQuery Context Menu Plugin

2010-02-05 Thread Asharudeen
Hi, I am using JQuery Right Click Context Menu plugin from the following site, http://www.trendskitchens.co.nz/jquery/contextmenu/ Seems it works on Firefox/IE/Chrome browsers. But it has not worked on Opera browsers. Does any one have any work around/way to make workable this plugin in Opera br

Re: [jQuery] JQuery tablesorter problem

2010-02-04 Thread aquaone
Please provide the code you're using to invoke tablesorter. It's likely a syntax error. On Thu, Feb 4, 2010 at 05:36, Nagaraju wrote: > I am facing problem with jquery.tablesorter.js > > It's working fine if I have more than column in sorting/header list. > > But if I have one column in sorting/

Re: [jQuery] JQuery Developer

2010-02-04 Thread Bharani kumar srinivasan
May i know the work, Am from chennai india... sample of my work spsmobile.co.uk On Thu, Feb 4, 2010 at 7:11 AM, Madan wrote: > I am currently seeking a JQuery Developer with strong Javascript, > HTML, CSS etc. This is a job with an enterprise level company in the > peninsual (around Palo Alto)

Re: [jQuery] Jquery Image Rotator Question

2010-02-04 Thread dylan.home
Hey There Jacques, I'm looking at the same (to avoid the use of Flash and use simple HTML!) There's a good example at http://malsup.com/jquery/cycle/add3.html I guess this could be changed to contain a dynamically created array (or batches of arrays) that add specific (in my case CMS driven) im

[jQuery] JQuery tablesorter problem

2010-02-04 Thread Nagaraju
I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one column in sorting/header showing following error. o is undefined o.order = o.count = s[1]; (jquery.tablesorter.js at line 421) Please suggest me fix for this

[jQuery] JQuery Developer

2010-02-03 Thread Madan
I am currently seeking a JQuery Developer with strong Javascript, HTML, CSS etc. This is a job with an enterprise level company in the peninsual (around Palo Alto). Please contact me ASAP. This position will move fast. Regards, Madan

[jQuery] Jquery Image Rotator Question

2010-02-03 Thread Jacques
My company has suggested that we replace all our flash based image rotators with jquery versions. I have used Jquery cycle before http://www.malsup.com/jquery/cycle/download.html But have a question Do these plugins allow the images to be downloaded after the page has rendered? Some of our

[jQuery] jQuery+Cycle - IE 7 & 8 png images in rotation getting black border - applied truetype & bg - not working

2010-02-02 Thread rc cola
any help would be greatly appreciated.

[jQuery] jQuery Cycle: two cycles with different effect & one pager

2010-02-01 Thread Florushj
I'm having some trouble adjusting jQuery Cycle to my wishes. Unfortunately I'm no jQuery hero :-( This is what I want in short: It's basically this example: http://www.malsup.com/jquery/cycle/pager-double.html http://www.malsup.com/jquery/cycle/pager-double.html but with one effect for each cy

[jQuery] jQuery Cycle plugin, previous and next image preview

2010-01-31 Thread tsiger
Hello everyone, I am using the jQuery cycle plugin to create a very basic slideshow with 2 buttons (previous and next). Is it possible while running the slideshow to assign somehow on these 2 buttons a preview (like a tooltip or something) a preview of the previous and next images?

Re: [jQuery] JQuery + TableSorter + TableSorterPager + (Container != Div) = undefined error

2010-01-29 Thread Michael Furmedge
~ BigDog I really wish you'd posted a clue to how you fixed this BigDog, I'm been wrestling with it for hours :( -- View this message in context: http://old.nabble.com/JQuery-%2B-TableSorter-%2B-TableSorterPager-%2B-%28Container-%21%3D-Div%29-%3D--undefined-error-tp15580200s27240p27370491.html

[jQuery] jQuery now integrated into Visual WebGui web/cloud platform

2010-01-24 Thread NCSM
Gizmox, the developer of Visual WebGui web/cloud applications platform announced the release of its Visual WebGui 6.4 beta 1 version, with expanded capabilities that include the integration of the jQuery library for faster behavior customization and user interface extension. This enables developer

Re: [jQuery] JQuery Ajax serialize

2010-01-24 Thread brian
Use parse_str(). But beware that that string has a problem: val */ $pairs = explode('&', $str); foreach($pairs as $pair) { $parts = explode('=', $pair); echo "key: ${parts[0]} -- val: ${parts[1]}\n"; } echo "\n---\n"; /* better way: parse the string into variables */ pars

Re: [jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread John Arrowwood
You could probably come up with a dozen ways of doing it. You could have different divs all loaded but hidden, then hide and show them as needed, which would be a very different animation than you have now. Or you could use ajax to load the different DIV contents (which might be nice for site org

[jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread Eugene Hourany
Hi everyone, I'm using jQuery to power all the nice animation effects and such. But I'm also using it to make my DOM life easier too. With that, here's what I want to do: When you click on a link (in this case, an ), the to its right is replaced with new content. I tried to do this earlier with

Re: [jQuery] jquery 1.4 and jqueryui tabs with ajax load

2010-01-22 Thread Richard D. Worth
See http://forum.jquery.com/topic/jquery-1-4-upgrade-issues#1473700636757 - Richard On Mon, Jan 18, 2010 at 5:59 AM, Joris D'Huys wrote: > I've upgraded to jquery 1.4 and my tabs with ajax load no longer > work. > uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. > When I

[jQuery] jQuery pagerAnchorBuilder countSlide

2010-01-22 Thread mikado11
Hello, how do I get the total amount of slides within cycle pagerAnchorBuilder function ?? To generate a navigation within jQuery cycle I use the function pagerAnchorBuilder. This works fine. Now I want to separate the navigation anchors with a vertical line in between. I do this with a css borde

[jQuery] JQuery Reporting Tool

2010-01-22 Thread Zia
I need Jquery Reporting Tool. If there any can anyone send me that package?

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
Hi, Further to my previous email, In my Apache configuration file (httpd.conf), I set Header set X-UA-Compatible "IE=8" And it seems, in IE8 its working fine. But it still seems not working in IE7/IE6. I have tried to add, Header set X-UA-Compatible "IE=7" Header set X-UA-Compatible "IE=5" Hea

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
Hi, Further to my previous email, In my Apache configuration file (httpd.conf), I set Header set X-UA-Compatible "IE=8" And it seems, in IE8 its working fine. But it still seems not working in IE7/IE6. I have tried to add, Header set X-UA-Compatible "IE=7" Header set X-UA-Compatible "IE=5" Hea

Re: [jQuery] Jquery and Dynamic assignment

2010-01-21 Thread Nathan Klatt
On Wed, Jan 20, 2010 at 2:54 AM, West415 wrote: > My question is how can I use jquery to assign click handlers without having > to do this: > > >

[jQuery] jQuery is Moving to a Forum

2010-01-20 Thread John Resig
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: http://forum.jquery.com/ More information about our decision to move can be found her

[jQuery] jQuery Corner Help

2010-01-20 Thread mcrus
Hello, Completely new to jQuery. I am trying to use the corners. I have it only half working and sure there is something simple I am missing. When I implement a corner on a div. It is only applying to the top corners. I have tried adding "br" to the code, but it does not show up. Here is the way I

Re: [jQuery] JQuery Trigger Event

2010-01-20 Thread Asharudeen
Hi, I will explain my use case here. I am new to JQuery and I am currently working on listing Dynamic Tree list by using JQuery column navigation plugin. Please refer the following link to check the plugin demo page: (Note: The demo is not a dynamic tree list) http://source.polaris-digital.com/c

Re: [jQuery] jQuery +

2010-01-20 Thread Nathan Klatt
On Wed, Jan 20, 2010 at 12:34 AM, Mateo wrote: > var selectedId = $("#mySelectElement").val(); Returns the value of the select element but you want the value of the selected option element under the select, hence: > var selectedId = $("#mySelectElement :selected").val(); Nathan

[jQuery] jQuery +

2010-01-20 Thread Mateo
This is a little baffling to me. I can get the selected value ("val" attribute) on an option element, but only by using the following method: var selectedId = $("#mySelectElement :selected").val(); This is great, but all the examples I have read simply do the following: var selectedId = $("#mySe

Fwd: [jQuery] jquery iframe hide div

2010-01-20 Thread DOTS D.O.Technology Services
hello these days i am also working on same and trying to hide few of the div inside the iframe of some other domain. just wanted to know can you help me with the solution. Thanks

[jQuery] JQuery list moving from Google to Zoho?

2010-01-20 Thread Knight, Doug
Hi all, Can someone confirm that this list is moving from Google to Zoho Discussions? With the recent spate of cyber attacks I try to confirm emails like the one I got over the weekend to register at Zoho. Thanks, Doug

[jQuery] Jquery and Dynamic assignment

2010-01-20 Thread West415
Hi, I am new to jquery and I have some code that I wrote that loops over some records from my database and at each iteration of the loop (a coldfusion loop, either way same concept) I want to create a few buttons that the user can click to do things. Each button will be unique by appending a cou

Re: [jQuery] jquery iframe hide div

2010-01-19 Thread Nathan Klatt
Assuming you do not control the content you're embedding in the iframe, online consensus seems to be that you are SOL. http://www.google.com/search?q=css+apply+iframe+contents On Tue, Jan 19, 2010 at 4:05 PM, DOTS D.O.Technology Services wrote: > hello all any one on this ? > > On Wed, Jan 20, 2

Re: [jQuery] jquery iframe hide div

2010-01-19 Thread DOTS D.O.Technology Services
hello all any one on this ? On Wed, Jan 20, 2010 at 1:34 AM, DOTS wrote: > hello > > these days i am also working on same and trying to hide few of the div > inside the iframe of some other domain. just wanted to know can you > help me with the solution. > > Thanks >

[jQuery] jquery iframe hide div

2010-01-19 Thread DOTS
hello these days i am also working on same and trying to hide few of the div inside the iframe of some other domain. just wanted to know can you help me with the solution. Thanks

Re: [jQuery] JQuery Trigger Event

2010-01-19 Thread Nathan Klatt
On Tue, Jan 19, 2010 at 10:03 AM, Asharudeen wrote: > Unfortunately, It seems trigger is not a issue.. I am trying to list dynamic > file tree using JQuery. It seems to be work fine in Firefox. But in IE, it > has not working.. I thought it is related to trigger event. It might be worthwhile for

Re: [jQuery] JQuery Trigger Event

2010-01-19 Thread Asharudeen
hi Thanks for your reply.. Unfortunately, It seems trigger is not a issue.. I am trying to list dynamic file tree using JQuery. It seems to be work fine in Firefox. But in IE, it has not working.. I thought it is related to trigger event. Later I understand, it is related to some what different.

[jQuery] jQuery 1.4 change event problem

2010-01-19 Thread Steven Yang
Hi all I apologize if this problem has been post or report. I have a problem using jQuery 1.4 when i use $("#mySelect").change(function(){...my logic...}) This problem only occurs in IE. 6-8 all have the same problem and jQuery 1.3.2 does not have this problem. This problem occurs when I bind a

Re: [jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread brian
Put this near the top of your PHP script: set_time_limit(0); The expected value is integer seconds. A value of 0 disables the time limit altogether. On Mon, Jan 18, 2010 at 4:25 PM, mind01 wrote: > Hi there, > > I have a PHP script called zip.php to generate a zip file. This > requires more tha

[jQuery] jQuery 1.4 upgrade + env.rhino.js + blue-ridge

2010-01-18 Thread Ross K
We'd like to move to jQuery 1.4 but we're being held up by compatibility issues in our javascript spec suite. The specs use the blue-ridge framework which leverages jQuery, Screw.Unit and env.rhino.js to run enable them to run on command line. As far as I can tell, Blue Ridge uses Envjs to set the

[jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread mind01
Hi there, I have a PHP script called zip.php to generate a zip file. This requires more than 30 seconds so my server give me an server error 500 time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat? Greetz

Re: [jQuery] JQuery Trigger Event

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 10:30 AM, ashar udeen wrote: > $('#parent1').trigger("click"); > > This code seems to be work in Firefox. But when I tried the same in > IE8, it does not work. Could any one update me, how to fix this. Have you tried just $('#parent1').click()?

[jQuery] JQuery Trigger Event

2010-01-18 Thread ashar udeen
Hi, In JQuery I tried to trigger click event like below, based on their ID. $('#parent0').trigger("click"); $('#parent1').trigger("click"); This code seems to be work in Firefox. But when I tried the same in IE8, it does not work. Could any one update me, how to fix this. Thanks in Advance,

[jQuery] jquery 1.4 and jqueryui tabs with ajax load

2010-01-18 Thread Joris D'Huys
I've upgraded to jquery 1.4 and my tabs with ajax load no longer work. uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. When I use the previous jquery version, everything works fine. Any idea on how to solve this? Thanks

[jQuery] JQuery Star Rating Plugin not calling Callback?

2010-01-17 Thread Yoni Nijs
Hello all, I installed the star rating plugin, which works great. Except for one, that my callback is never called. I tried everything, but still no relief :( This is my HTML code: Stem zelf:

[jQuery] Jquery noconflict not working

2010-01-17 Thread Alex Crooks
If you look at the page; http://www.sars-clan.co.uk/forums/ (ignore styling etc as its a work in progress) In the header source the forum system myBB calls prototype and then I call jquery and the noconflict; jQuery.noConflict(); jQuery(document).ready(function($){ //my jquery stuff

Re: [jQuery] Jquery DOM

2010-01-17 Thread brian
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F On Sun, Jan 17, 2010 at 10:50 AM, Louie39 wrote: > I have a form that is using jqury to post data (ajax) to another page > and returns the result, but after the new content is loading, all > l

[jQuery] jQuery Cycle Plug Issue with Multiple SPANS and single call

2010-01-17 Thread JoshL
Using the awesome jQuery Cycle plugin, Im working on a "wall" with each title rotating between pics but Im not getting any love. The page is setup like this:

[jQuery] jQuery 1.4 and Broken UI Dialog Animations

2010-01-17 Thread Scott Gibson
I dropped the new jQuery 1.4 into my site, and suddenly every dialog window stopped working. Simple dialog code no longer works: $(div).dialog({show: "drop"}); It will play the animation, but when the animation finishes the dialog disappears. I've tried this with jQuery UI 1.7.1, 1.7.2, and 1.8a

[jQuery] jQuery UI Dialog + Ajax Problem

2010-01-16 Thread hrubib
Hi there I am using the following script to load external pages inside a dialog window. The code is working and it opens the external htmls, but my problem is that it loads them all once the index.html page is loaded. Here is my code: $(document).ready(function() {

Re: [jQuery] jQuery 1.4 cross domain post bug?

2010-01-15 Thread Michael Geary
You can't do a cross-domain POST, nor a cross-domain GET either. It doesn't matter what kind of data it returns, you can't do a POST at all. It's not a jQuery limitation; the browser won't allow it for any JavaScript code. Cross-domain JSONP works because it uses a dynamic script element, not a GE

[jQuery] jQuery 1.4 cross domain post bug?

2010-01-15 Thread David P
I have a webservice sitting on my https server that accepts the POST verb and responds with some JSON. If I build a simple html form like https://myserver.com/myWS";> it will return the correct json data, with content type "application/ json", and the browser will ask to save the result. When

[jQuery] jQuery 1.4 & LiveQuery

2010-01-14 Thread Jon Bennett
hi, I've been using LiveQuery a fair bit in my projects, I've just tried updating to 1.4, and it appears to have broken it. This http://pastie.org/778941 is the kind of thing I'm doing. Is there a way around this with 1.4? Thanks in advance, Jon -- jon bennett - www.jben.net - blog.jben.net

[jQuery] Jquery Coda Slider Help

2010-01-14 Thread pennfoli0
please help me with my code, http://www.w3.org/1999/xhtml";> Build Slider body { text-align: center; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } a { text-decoration: none; } div { position: relative; } #mainwrap { width: 950px;

[jQuery] Jquery Coda Slider Help

2010-01-14 Thread pennfoli0
please help me with my code, http://www.w3.org/1999/xhtml";> Build Slider body { text-align: center; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } a { text-decoration: none; } div { position: relative; } #mainwrap { width: 950px;

[jQuery] jQuery 1.4 - Resolution of IE "complete" testing for onload event firing?

2010-01-14 Thread Malic
Given the discussion here: http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f It sounded like there would be a better way of dealing with onload event firing for images, given differences with IE's "complete" property. I'm wandering through the 1.4 source code and I d

Re: [jQuery] jQuery for DoD web hosting

2010-01-14 Thread Rey Bango
Hi Chris, Thanks for the email. I think the best way to help us is to provide us with detailed information as to what your security team is having issues with. XHR in itself is not a security issue but more in the way that a developer manages the requests/responses. If there are specific concerns,

[jQuery] jQuery 1.4 is released

2010-01-14 Thread MorningZ
Just saw on my RSS reader that: http://jquery14.com/day-01/jquery-14 Impressive that it's already hosted by Google Ajax Libraries

[jQuery] jQuery for DoD web hosting

2010-01-14 Thread ChrisM
Hello, I work on a US Army website and have been using jQuery and UI for some time. We have started working on a dynamic hosting environment (instead of serving flat html pages) and in the process, ajax functions in jQuery 1.3.2 have been flagged as insecure by our DoD security team. Although I kn

Re: [jQuery] jQuery stripping HTML tags from Ajax response

2010-01-14 Thread Juan Borda
if is not a valid place the code would be loaded but the brower won't display because of error 2010/1/13 Beckley > Hi, > > Here's what I'm working with (#thing is a table): > >$.get("/applications/stuff.php", >{ '_request':'thing', 'id':id, 'otherid':$('#otherid').val() >

[jQuery] jQuery Cycle categorized Pager

2010-01-13 Thread M. L. Giannotta
Hello everyone, I've recently discovered the power of jQuery plug-in cycle, and I'm enjoying it. However, tonight I faced an obstacle trying to achieve something. Basically, what I want to do, is to split the pager for a single slideshow into multiple parts, each containing only a some of the slid

[jQuery] jQuery stripping HTML tags from Ajax response

2010-01-13 Thread Beckley
Hi, Here's what I'm working with (#thing is a table): $.get("/applications/stuff.php", { '_request':'thing', 'id':id, 'otherid':$('#otherid').val() }, function(data) { $('#thing').append(data); } $("#t

[jQuery] Jquery Scrollable Customized - Errors

2010-01-13 Thread moneyman
Hello, I am using the following plugin: flowplayer.org/tools/scrollable.html I've slightly customized it by removing the tabs, and using image buttons. you can view my work here: http://getitnow4free.com/FreeWebsite/Page2.html If you keep hitting next template and previous template buttons in

[jQuery] jQuery Form Plugin

2010-01-13 Thread solich
Hello. I have a form: Nadpis: Text: and this form i want tu send trough jQuery plugin: $(document).ready(function() { $('#mujform1').ajaxForm({ target: '#odezva', success: function() { $('#odezva').fadeIn('slow'); }

[jQuery] jquery draggable on live events

2010-01-13 Thread pedalpete
I was sure that drag & drop from the jQuery UI wouldn't work on events that are added dynamically to the dom. But I found this thread which says to use '.live('mouseover')' to get it to work, and it seems drag works like a charm. Droppable, I can't seem to get the simplest of 'alerts' after an it

[jQuery] jQuery 1.2.6 clone problem with internet explorer.

2010-01-13 Thread m.ugues
Hallo all. When i call the clone() function in Internet Explorer jQuery meltdowns :( The error reported in ie6 is: C.fx.step is null or not an object. Any idea how to fix the problem? Kind regards Massimo

[jQuery] Jquery Cycle Plugin Bugs

2010-01-13 Thread keli marks
Hey all: I'm having some odd bugs with 2 different kind slideshows. www.exhaciendalapetaca.com On my home page, on both mozilla and IE, instead of displaying the slideshow, the entire set of photos are displayed, stacked underneath eachother. It doesn't happen all the time. The second issue is

Re: [jQuery] jQuery Form Processing

2010-01-12 Thread Karl Swedberg
Your selector is for an ID: $('#autoSumForm') But your form has no ID: action="posttime.php" method="post"> Try adding an ID to the form: method="post"> --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 12, 2010, at 9:49 AM, Seth wrote: Hello, I'm tr

[jQuery] jQuery Form Processing

2010-01-12 Thread Seth
Hello, I'm trying to use this method to process a form and return an alert without navigating to a new page for the form processing. http://jquery.malsup.com/form/#getting-started I have this in my statement: $(document).ready(function() { $('#autoSumForm').ajaxForm(

[jQuery] jQuery tab menus with Simple jQuery accordion

2010-01-12 Thread drizzy
Hey Everyone, Basically I used these two jQuery plugins to achieve this, but I'm having troubles... http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial http://css-tricks.com/snippets/jquery/simple-jquery-accordion/ I took it out the simple jquery accordion cod

[jQuery] Jquery form and validation plugins

2010-01-12 Thread none
Hi everyone. Immediately apologize: to be a lot of code… I have a form to add users: http://localhost/ci_doctrine/signup/submit"; method="post" id="myForm"> Username: Password: Confirm Password: E-mail: Nothing special… Respectively included: And my

Re: [jQuery] Jquery UI tabs lockable ?

2010-01-09 Thread Charlie
one method to consider is hide the tab(s), then show when conditions are correct URBY wrote: Hi i was wondering if it would be possible to lock out other tabs so the user is stuck on one ..until a user hits a button. For example an Admin is adding someone to a database- the Admin is on the

[jQuery] Jquery Validation on Dropdown list Question

2010-01-08 Thread newbie198
How can I validate this as one hidden field.I have 3 dropbdown list month, day, year and I do not want to validate each separate on so I would like to combine the strings together and validate the hidden field. Pleas and thank you for your help. Birth dat

[jQuery] jquery 1.2.1 script not working with 1.3.2

2010-01-08 Thread jay0316
I've been working with this script that is used within to group a parent row with it's children, and then expand the children rows out when you click on the parent. I'm having trouble getting it to work in internet explorer using jquery-1.3.2.min.js The original script was using jquery-1.2.1.js.

[jQuery] Jquery validation remote problem

2010-01-08 Thread Jeffrey
Hi, I'm using Jquery.validation to remotly test if an e-mail is already in use, it works fine, but... if i do a remote check, it returns the correct response e.g. "some...@abc.com already in use" but when i click on the field, and then somewere else the message changes to "filename.php already i

[jQuery] Jquery UI tabs lockable ?

2010-01-08 Thread URBY
Hi i was wondering if it would be possible to lock out other tabs so the user is stuck on one ..until a user hits a button. For example an Admin is adding someone to a database- the Admin is on the add user tab but after enacting this add process(by input) they cannot leave this tab until either c

[jQuery] JQuery or JBoss RichFaces Which is the best?????

2010-01-08 Thread hferreira
Hi I work for some time with JBoss Richfaces and I like it for several reasons. However now it was requested to study the integration of JBoss Richfaces and JQuery. I saw in the Richfaces demo that's already some kind of integration between the two (Richfaces and JQuery). However, from your poin

[jQuery] JQuery UI Draggable Thumbnail Filmstrip

2010-01-08 Thread Ray
As a learning experience (and to get the look I wanted), I hand wrote HTML/CSS/jQuery code for a photo gallery with a thumbnail filmstrip. I started with a few ideas of how to slide the thumbnails underneath the main panel of the gallery, and figured the easiest and smoothest way would be to initia

[jQuery] jQuery AJAX Question

2010-01-07 Thread Matthew Maxwell
I was curious if there was a way to hit the current xhr object in the success callback. I've been tinkering with it, and have been unable to figure out how to do that. The reason I ask is because I am trying to debug an application I've been working on, and sometimes the response XML is not forma

Re: [jQuery] JQuery Cycle Speed

2010-01-07 Thread aspacecodyssey
Figured it out. The problem is, in fact, with the easing. Cycle has a default easing set, but setting it to 'linear' fixes it and makes the entire thing smooth. malsup wrote: > >> Hey, I'm using the JQuery cycle plugin (http://malsup.com/jquery/cycle/) >> and >> I have images set to auto-scroll

[jQuery] JQuery Cycle Speed

2010-01-07 Thread aspacecodyssey
Hey, I'm using the JQuery cycle plugin (http://malsup.com/jquery/cycle/) and I have images set to auto-scroll horizontally. The plugin automatically eases the slides (I've tried turning easing off), and I'm wondering if anyone knows of a way to get them to just continually move horizontally (witho

[jQuery] JQuery files(.js) required

2010-01-07 Thread NMarcu
Hello, My site is loading very slow with all js files imported, so I putted all in one single file. I have a question. I have some file that I think I don't need it. I'm loading this files: jquery-1.3.2.js, jquery.bgframs.js, jquery.ui-1.7.2.custom.min.js, ui.core.js, ui.draggable.js, ui.resiza

[jQuery] jQuery and IE 8

2010-01-06 Thread Mauricio Cirelli
Hello guys, I'm developing a web site for a friend and I'm worried about a problem. The Url is: http://www.futuragames.com.br/radioboy As you will see, it works perfectly on Firefox and Google Chrome, but I get a mysterious when running on IE 8. The error message is: "Invalid argument" on line 5

  1   2   3   4   5   6   7   8   9   10   >