Dynamic elements and remote rule validation
Hi all, I have a form that contains dynamic elements and I need to add them a remote rule validation. How I add a remote rule in this dynamic elements and manipulate the submission adding additional parameters? I'm using jQuery Valitade Plugin. cheers.
Async jQuery treeview plug-in without PHP
I want to use the jquery treeview plugin to create my folder tree. The tree is quite large and I need to create it dynamically as the user clicks thru the tree. The tree structure is coming from a document management system which does not support PHP. The only mechanism available for extending the tree is by launching a URL. The URL will contain a source folder and the document management system will return a list of all sub-folders below this folder. The output will be in XML, but I can convert
collapse jquery treeview plugin when focusing on another element
Is there a way to have the jquery treeview plugin automatically collapse when a user focuses on another element. More detail about what I am trying to do: I have a form where a user has to select an item from a large selection. To make this easier I have set up a small list of 5 commonly selected items each with associated radio select buttons. However if the item wanted is not in this common list the user has to use the treeview to search through different categories to find the item. Is there a
invoke autocomplete select programmatically
Is there a way to invoke the autocomplete select box programmatically?
Toggle between carousels
Hello, Can someone point me in the right direction to create 2 carousels that I can toggle between? Something akin to the iplayer homepage: http://www.bbc.co.uk/iplayer/
JQuery Cycle Plugin "jittery" when mouse is moving over it...
Check out www.bayarts.net. The cycle is working fine until you move the mouse over it, and then it flashes in and out. Any ideas? Thanks! --Kent
Jquery Pagination plugin doesn't seem to work for me....
My page has the following jquery statements, <script type="text/javascript"> $(document).ready(function() { getRecordspage(1, 5); }); </script> It works fine but how to add callback function to my `pagination( callback://)`? function getRecordspage(curPage, pagSize) { $.ajax({ type: "POST", url: "Default.aspx/GetRecords", data: "{'currentPage':" + curPage + ",'pagesize':" + pagSize + "}", contentType:
Form plugin, post via checkbox click, back button
Hello, I'm using the ajax form plugin. The form gets posted and loads content into a target <div> when any checkbox in a list of checkboxes is clicked. That part seems to be working just great. My problem now, though, is to enable the use of the browser back button, or to provide a "previous" option in the html. Presumably this would be done by somehow generating a "#" and unique value after the "#" in the url. I've gone through the forum a bit, but did not find any clarification; indeed, some related
Very basic rich text editor plugin?
This is a long shot but here we go.... I'm looking for a very basic RTE to use with an application I made to edit content that is displayed in a Flash SWF in ActionScript 2. The problem is, ActionScript only allows a few different tags... They include Links: <a>, Bold: <b>, Line Breaks: <br> Font tags: <font>, Image tags: <img>, Italic tags: <i>, List items <li>, Paragraphs <p>, Textformat: <textform>, and Underline: <u> I was wondering if there already was a plugin that can let me limit the tags
Clickable button area and easing / sliding
I have created button links (.ease1) that when hovered over move up 20px and another image comes down to meet it ('div', this). My problem is that when the user hovers over the button, it floats up as it should, but then the mouse is not hovering over a clickable area. How do I fix this problem? Thanks for much! The code is: HTML <div id="link" class="ease1"> <a href="#"><img src="home.png" alt="" name="home" /></a> <div class="ease2"> <a href="#"><img src="home2.png" /></a> </div> </div> CSS
Superfish Basic Menu taking up extra vertical space
I'm using superfish to create my navigation menu. I'm using the "very basic superfish menu" with a few modifications. I'm running into a problem with my page layout because the menu is adding about 15 px of space under the menu and this doesn't work with my layout. I can't figure out how to get rid of this space. You can see this additional 15px below the menu on the example I've attached - the only modification I made to the original example was to put the menu into a table with a border.
listNav plugin to show up twice for the same list
Hello, I was wondering if it could be possible to make the listNav plugin show two navigation divs: one at the top and one at the bottom of the list. This would be useful in case of long lists showing up. Thanks.
getting form input value on ajax loaded form using livequery
I have multiple forms that could be fetched using ajax and inserted into the current page. I can successfully capture the submit click using $('#NewFormSubmitButton').livequery('click',function(){ alert("testing submit button click"); return false; // prevent form submission works fine. }); However, I cannot get the loaded form's input values. I tried a variety of options that all look a bit like this... $('#NewFormSubmitButton').livequery('click',function(){ alert("testing submit button
csv file to table (dataTables plugin)
Hi, I am having an issue with importing a csv file into a table, namely dataTables plugin. I see that the arrContainer array is being populated with csv data, but for some reason the data isn't being written to the page. I checked the DOM in FF and arrContainer is getting data. Any suggestion greatly appreciated. $(function() { $.get("csv/flood_reports.csv", function(data) { arrContainer = $.csv()(data); /*******************************/ $.each(arrContainer, function()
Use an Star Rating insida a cluetip
Hello! Can I use an Star Rating plugin inside a cluetip? I have a html page witch open in a cluetip. inside that html page I have an Star Rating plugin witch work if I open that HTML page in a new window but it not work in a cluetip. Why?
Hi I am getting "Object doesn't support this property or method"
Hi, I am trying to use superfish js but i get an error when calling it as it is in examples: <script type="text/javascript"> // initialise plugins jQuery(function(){ jQuery('ul.sf-menu').superfish(); }); </script> It results in Message: Object doesn't support this property or method Is there any other way to call it which will work in IE. I searched on google but wasn't able to find a solution but lots of issues with it. Thanks Eckard.
odd results using rating plugin
Hi, I use a for loop to generate my stars. I want them split into four so I use class="star {split:4}" I want 5 stars, so I need 20 loops (4splits * 5stars = 20). When it hits 17, it echo's checked="checked" However, in the browser, my script displays 30 stars with 25 and a quarter stars highlighted! Here's my line in PHP <input type="radio" class="star {split:4}" disabled="disabled" <?php echo $i == $row['rating'] ? 'checked="checked"' : "" ?>/> Also, I do have the metadata plugin.
Need Help inJquery
Hi All, I am very new to Jquery.I am using Struts2.1.6,struts2-jquery-plugin-2.0.0.jar and jasper reports.I am creating dynamic links in jasper report pages and want to call struts action after clicking on that link. It's working fine in IE but its creating some problem in mozila like first time when i clicked on link nothing happened after that if i click the same link action gets called infact it called twice i can see in firebug . I dont know why as i am new with jquery. dynamic link is like
"Access denied" to iframe in IE
I'm trying to use hasnchange plugin writen by Ben Alman but have a problem when i using it in IE. Code: fake_onhashchange = (function(){ var self = {}, timeout_id, set_history, get_history, iframe, c, i; c = $('#page'); i = $(document.createElement('iframe')).attr({'id': 'location-iframe', 'name': 'location-iframe', 'height': 50, 'src': '/iframe.html'}); c.append(i.load(function(){ iframe = this.contentWindow; })); // Initialize. In IE 6/7, creates a hidden
Accordion heading not collapsing when list is active
Hi everyone, I'm new to jquery - so far so good except for one small problem in my current job. The website i'm working on is this: http://www.davidvaggphotography.com.au It's all ready to go, except an issue with the navigation menu. I want Photos to collapse when one of the list items (under Photos when expanded) is active. Currently Photos does collapse when the same-level list items are active, but not its "child list items". I hope it's a simple fix, and something to be customized in my accordion.js
jdMenu + Jquery cancels all other javascript?
Hello everyone, I"m having an issue where I'm using jdMenu plugin, but it seems to cancel any other javascript running on the page. Any idea why this might be? Specific a search drop down menu, much like google has. Where if you type in 'george' it will create a drop down list with populated items based on that text - it doesn't work if jdMenu is on the same page, works fine without jdmenu. Any help would be great. I can post the code if needed. Thanks!
Cycle plugin, display image title in sync with image appearing?
I am trying to make the image title display at the same time the image appears, it currently appears right after the image does, using the :after option, code looks like this, Any ideas how I can make the title show up in sync with the image? Thank you! $(document).ready(function() { $('#home_gallery').before('<ul class="gallery-nav">').cycle({ fx: 'fade', speed: '1000', timeout: 6000, pager: '.gallery-nav',
jQuery cycle plugin: problem with bouncing and timing
Hi! I'm trying to use the jQuery cycle plugin but I can't make it bounce and I can't set the timing between slides... the exampleof what I'm using is located at: http://www.actionscripthero.org/wp-content/jquery-cycle/example.html The effect I want to achieve is called #s2 here: http://malsup.com/jquery/cycle/adv.html Thanks in advance! Pablo
Cycle Plugin - IE Specific - Weird Black Bar & Doubled Pager Buttons
IE Specific (I'm using IE7 to test) A weird black bar shows up on the right hand side of the featured area: http://fullfill.securesites.net/ Also, if you click on a link ("Our Operation" for example) then go back to the homepage it doubles the amount of dots (pager buttons) and eventually starts to cycle blank slides. Any help with these issues would be greatly appreciated. Thanks!
Simple horizontal menu navigation?
Hi all, Does anyone have a suggestion for a simple horizontal menu navigation plugin to use with jQuery 1.4.2? Thanks in advance, Doug
Cycle: Pager activeState keeps on ticking during pause
Hello, I'm using fresh-off-the-press 2.83 version of Cycle, and I'm finding that the pager keeps on ticking along even when the cycle is paused. Is this a feature, or a bug, or something I can work around? Here's my call: $('#rotator').cycle({ speed: 2000, timeout: 8000, delay: -5500, pager: '#pager', pause: true, cleartype: true, cleartypeNoBg: true });I also have a pause-on-click going on with this call: $('#pager a').click( function() { $('#rotator').cycle('pause');
Cannot get Malsup's jFeed plugin to work...
I've looked at this and compared to his site and no matter what I do (generated the key a ton of times) I still receive this error: TypeError: Result of expression 'google.feeds' [undefined] is not an object. Help!!!
Galleriffic and Zooma?
Hello, Has anyone tried to integrate the Galleriffic (http://www.twospy.com/galleriffic/ ) plugin with the Zooma (http://www.jqueryzoomplugin.net/ ) plugin? I have tried adding the Zooma html code, with jquery, to the image that is being generated by Galleriffic. Because I need the zooma image to change according to the galleriffic image that is being visualized. However, nothing is showing up. $urlzoom = $("#slideshow img").attr("name"); $("#slideshow img").wrap('<a class="cursor-pointer" onmouseover="autoZoom()">');
Autocomplete misses the selection.
Hi All, here is a strange problem with autocomplete plugin. in my application I have many autocompletes, they all are written the same way and the backend side is also implemented the same way, in some places I experience problems with them: I type text, see the suggested results, select one of them, and the result is not selected in the field. The value is selected only if I choose the first result from the list, with all the others the value is cleared. Here is an example of my code:
Validate Plugin - cant get post data to be json
No matter what I have tried, I can not get the post from the remote validation rule to go across as JSON. Setting contentType: 'application/json; charset=utf-8' has absolutely no effect. The data still gets sent across in querystring/post data format. (EX: UserName=bdbedbdebs&domain=@userdomain) Then I get this error: {"Message":"Invalid JSON primitive: UserName.","StackTrace":" at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializePrimitiveObject()
The rest is omitted for
Simple Modal return Wordpress page?
Hi, I'm creating a one page portfolio site in Wordpress: jasondaydesign.com What I want to do is have portfolio items (image thumbnails) that when clicked, open a modal window that delivers the content of a specific page. Just like: http://demo.slimmity.com/coffee-junkie/#folio Thoughts? I tried an ajax simple modal version and it broke cufon and did not work. Thanks, Jason Day
jQuery autocomplete: Firefox 3.6 issue (key repeat not working)
I'm using the jQuery autcomplete plugin. I've noticed, that in Firefox 3.6, key repeat is not working. I can only move one item per keypress at a time. If I leave my finger on cursor up/down, the selected item forwards to the next one but then stops. In Safari it works; the cursor keeps moving through all suggested items. Another autocomplete plugin (http://ddunlop.com/item-suggest/) works in FF3.6.
Suggested Breadcrumb plugin?
Hi Everyone, Can someone suggest a good breadcrumb plugin for use with jQuery 1.4.2? Thanks! Doug
jquery form validation - toggle error text question
I believe what I am wanting to do is simple, but I'm missing something and hoping someone here can point out my issue. What I want to do is have descriptive text (label) become hidden when an error occurs and have the error message show in the place of the descriptive text. When the input field is corrected, I want the error message to go away and be replaced with the original descriptive text. Toggle seems like the logical candidate, but I seem to be missing something with error functionality
Jquery validation
I am trying to implement something similar to the sample shown here: http://docs.jquery.com/Plugins/Validation/Methods/remote $("#myform").validate({ rules: { email: { required: true, email: true, remote: { url: "check-email.php", type: "post", data: { username: function() { return $("#username").val(); } } } } } });However, I am trying to get the data to go across as a json object. No matter what
jQuery Cycle plugin setting incorrect width
Hi, I am using the wonderful Cycle plugin and until now no problems. Here is what I have: <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <scripttype="text/javascript src="http://photography.txpbuilders.com/js/jquery.cycle.all.min.js"></script> And the initializing code: <!-- carousel --> <script type="text/javascript"> $(document).ready(function(){ $('#carousel').cycle({ fx: 'fade', speed: 'fast', timeout: 0, next: '#next', prev: '#prev'
jQuery cycle plugin - unknown transition 'none' when using minified plugin
Hi, I'm trying to use the cycle plugin with no transition (or the 'none' transition) with the minified version of the plugin, but I get this error message: [cycle] unknown transition: none ; slideshow terminating I've resorted to using the fade transition with the speed set to 0. Is there a better solution? Thanks, Richard
Tablesorter and TablesorterFilter Plugin....can they sort and filter unordered lists...
I'm using the tablesorter and the tablesorterFilter plugin, and for that matter the tablesorterPager plugin to sort my data. I have a navigation menu that I use to organize content into a folder type layout, similar to how windows explorer folder tree view works. I'm using an unordered list to display the menu. Is it possible, or is there a plugin out there that will make the following possible. I want to use the filter to find folders down in the folder tree (nested folders) and then display
[validate] Validation nevers happens in IE (7) on submit...
Hello validate users, if, like me you use and enjoy Jörn Zaefferer's validate plugin, I guess you might be of great help with this strange issue i'm having. On one side, I have a form, pretty simple <form id="paiement" action="/actions/commande/enregistrerPaiement" method="post" name="paiementForm"><div><input type="hidden" value="657c519de3b6e922ecdb7b93671a116d" name="org.apache.struts.taglib.html.TOKEN"></div> <div class="optionsPaiement"> <input type="radio" checked="checked"
Tablesorter and links
Hi, I am trying to use Tablesorter with clickable rows. I wrote a widget for this. I've got a problem with it. If I don't sort columns everything is good. But if I sort once, the widget call twice the new page and so on... I solved it using the "_new" target value. But now I want to use the thickbox plugin and the problem come back. How can I solve this multi click event ? Here's my code for the widget $.tablesorter.addWidget ({ id: "click", format: function(table){ $('tr',$(table)).bind("click",function
Next Page