Hi,
I am looking for a vertical div content scroller that will paly continues and auto the content of a div. No buttons needed only pause on mouse over.
I have found a nice one but is horizontal http://www.maaki.com/thomas/SmoothDivScroll/
Any suggestion for jquery plugin that achieves the above?
...
Ok, I hope this will be my last question in a series of Q's regarding dynamic file upload.
I'm using AjaxFileUpload Plugin and try to work with the FORM data in my uploader.php. The problem is that both $_POST and $_FILES is NULL.
This is my HTML code:
<form id="uploadForm" enctype="multipart/form-data" action="" method="POST">
...
Hi,
I have to create the Jquery Grid that have check boxes and drop down.
the requirement is that used can add now row to the grid and can update the existing row and there is Save Change button. So when user click on the save Change all the update go in one short.
How can i achieve this. do any one have example of that type of grid a...
I want this form to make the field 'Nombre' required only if the user picks "Sí" as the answer to the select's question. Additionally, if the user selects "Sí", either an email or a phone (in teléfono) should be provided.
I'm using the validate plugin and haven't found a doc in which a similar rule has been coded. How can I code this?
...
Hi,
I just tried out the jQuery Validation Plugin and when I click in a textbox it gets highlighted with a brownish/beige color, how can I change this to another color?
http://docs.jquery.com/Plugins/Validation#Validate_forms_like_you.27ve_never_been_validating_before.21
Thanks in advance.
...
In the how to install section of the jQuery Grid plugin, it is said:
Step 3: Under the myproject folder,
create two additional directories
named js and css
Are these names a suggestion or a strong restriction?
...
I am trying to clone a row in a table and want to set default values for some td elements for editing.
If I don't set default value, I am able to edit that td div element but if I set default value I am unable to edit.
Here is the code:(if I remove html("") I am able to edit td div elements)
$("#create_blank_scenario").click(function...
My problem is very similar to this post: Validate subset of form using jQuery Validate Pugin, but couldn't get anything to work.
I'm trying to use the jquery validation plugin to do partial form validation in an onclick js function.
I have a view that has a form with many divs, each div represents a page like so:
<form method="post" n...
Im trying to devlop a jquery menu plugin, based on UL and LI tags.
this is the really basic plugin:
(function($){
$.fn.extend( {
verticalfade: function(options){
var defaults = {
speed: 'normal'
};
var options = $.extend(defaults, options);
return this.each(function(){
$(thi...
Hey guys, I'm currently learning jQuery, and I am curious about something.
For functions that return sizes in strings, like say:
$(".some-class").css("line-height"); // => "18px"
Is there a way to compare them? For example, if I want to see if it's at least a certain size before doing something?
I'm not actually planning on using th...
I wont to perform action for the clicked li, as for expample toggle the nested ul
this is the html
<script type="text/javascript">
$(function() {
$('#verticalfade').verticalfade();
});
</script>
<div id="verticalfade_container">
<ul id="verticalfade">
<li>Le Collezioni
<ul>
<li>Link 1</li>
...
I'm using the following JQuery script to create hovering tooltips, the problem is if the tooltip gets close to the edge of the screen it doens't flip or snap to the edge.
(function($) {
$.fn.easyTooltip = function(options){
var defaults = { // default configuration properties
xOffset: 10,
yOffset: 25,
...
Hi, I am facing one problem while using jQuery Calender. During normal tab operation, jQuery calender is closing when the focus is moving to the next field. But if I click tab continuously, jQuery calender is not closing and it is hiding other fileds. If any one have any suggestions, please suggest me.
...
Greetings,
I need two lightboxes on the same page. I am using Colorbox. One of the lightboxes has an additional button.
I have been able to create this button OK dynamically by editing jquery.colorbox. But now i am unsure how to remove this button from the lightbox that doesnt require it.
All I need is a hook in the form of an ID on ...
Hello, i've developed this menu, the sub ul with li elements slide in and out with toggle() clicking on the parent li. If another sub ul is shown the sctipt close it. That's work pretty good with standard links but i want to replace link click with ajax request and if the page dosen't change, clicking on nested li link, makes the relativ...
Hi,
Sorry for this stupid question but I cant find the download link from this plugin: http://plugins.jquery.com/project/jgfeed
Can somebody help me?
Thanks in advance!
Peter
...
Hi, i m using the "Flexigrid" to create the Jquery Grid (http://www.flexigrid.info/).
i m using it with the C#. from web site i have downloaded the XML file and using it in Jquery code.
My code is:
<script type="text/javascript">
//var lastsel3;
jQuery(document).ready( function() {
jQuery("#test").jqGrid( {
...
I now use CLEditor, but I cannot style it like the rest of the page. So is there a jQuery UI WYSIWYG text editor? Or is there a way to style CLEditor with jQuery UI widget elements?
...
I have this AjaxQueue that i am trying to implement but I am having problems and even looked at the documentation and I am still unclear on how to implement it. I read it twice and still having troubles
Here is my code:
I want to wrap this in the Queue manager
$('#request_artist').autocomplete({
serviceUrl: '<%= ajax_path("artistNam...
Hi all.
I have build a jQuery plugin who needs to be 'closed' before it can be called again, so I need to check if the jQuery plugin is called (active).
I know I could save a value with jQuery.data() and simply remove/reset it when the plugin closes but is there another or smarter way?
...