Hi Experts,
I am trying to create a stage.
I have 5 items in a draggable div. There clones will be dragged to 20 droppable areas.
I have created 20 boxes of divs with different ids. Means multiple drop able areas.
The problem is that I don't have the idea that how can I get id the of the div where the item is dropped and how, I will s...
Hello all,
I have the following code snippet:
$(document).ready(function () {
// bind 'regFormBody' and provide a simple callback function
$('#regFormBody').ajaxForm(function() {
alert("Thank you for your comment!");
});
// validate the #regFormBody form when it is submitted
$("#regFormBody")...
Many of the most popular ones I have tried restrict the height.
jCarousel for sure does & Tiny Carousel just didn't work for me.
Anyone have any suggestions on what other plugin might work?
Thanks.
...
Hi Experts,
I am trying to make a drag drop stage using Jquery, I am having problem that I want only a single item inside the droppable box. But right now, it is adding multiple items inside it. Here is my code.
$("#item_list_2" ).droppable({
drop:
function(e, ui)
{
var param ...
Hi all,
I am looking for a jquery plugin that does the following
When click on a text box, a div pop up next to it with all rules about a password
As user type along, each rules that is passed get a check mark beside them
popup disappears when the text box lose focus
I am seeing a lot of password strength indicator that shows a gene...
Hi, i'm using the EasySlider 1.7 by CSSGlobe numeric version (http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider), in a project.
When i click on a number the animation stops on the respective image, what I wanted to do is to inject another button that when pressed could restart the animation from where it stopp...
I'm having issues trying to append dynamically created html inside a SimpleModal box (OSX style).
<div id="osx-modal-content">
<div id="osx-modal-title">Foo Modal</div>
<div class="close"><a href="#" class="simplemodal-close">x</a></div>
<div id="osx-modal-data">
<a class="dynamic">Click</a>
<span class="...
I am trying to place a link inside a tooltip (qTip) that when clicked shows the content of a hidden div inside a lightbox (nyroModal). Regular anchor tag not in a tooltip links to the div opening content in a lightbox successfully.
Code: http://jsbin.com/omafe/2/
Might need to copy code to notepad, save as html and open the file. (jsbi...
Here's a sample table
<table width="580" height="217" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="334">Website</td>
<td width="246">Category</td>
</tr>
<tr>
<td>http://www.google.com</td>
<td>Search Engine</td>
</tr>
<tr>
<td>http://www.gmail.com</td>
<td>Web Mail</td>
</tr...
I'm trying to use create external controls for Fancybox, or somehow manipulate the controls that exist to look and position how I want them.
Here is the page I'm working on.
http://bit.ly/a5AGZB
At the moment, it's set up to load these portfolio slides via iframe (HTML pages) via Fancybox. I've set the background to be white, and I've ...
I want to have a hidden div on the page with the elements of a SimpleModal dialogue, but when I set the CSS visibility to hidden and fire the modal, it is empty.
How can I use a DIV in this fashion without making it visible on the page?
...
How can I copy a path or a group out of an SVG-document loaded to the DOM with http://keith-wood.name/svg.html into a new SVG?
I want to show thumbnails of the different elements.. every element got its own id, I tried the add-method but nothing happens.
Anyone got an idea?
...
Hi.
I'm loading in an external chunk of html via $.get() and I want to bind a character counter to any textareas loaded within that.
Normally for this kind of task I'd use live() if it was event-based or the livequery plugin if it was a custom function. As I've been using character counter plugins I've been using livequery, but I can...
Is it possible to set the value of a daterangepicker field programmatically? How can this be accomplished?
...
We’re using jquery.autocomplete plugin to help autocomplete usernames on a twitter client. Whenever the user types the @ symbol, the script is triggered to help complete the desired username.
Problem is that, even when the @ symbol hasn’t been typed in at all, the UP and DOWN arrow keys (used to navigate the list of potential usernames ...
I'm looking for an endless horizontal news style ticker. I've played around with SmoothScroll and SimpleDivScroll.
SmoothScroll doesn't seem to work well with elements of different widths and SimpleDivScroll is only compatible with jQuery 1.4+ and I'm stuck with jQuery 1.3.2.
Any other alternatives?
...
Hello All,
I am having the jquery.validate.js plugin and it is working fine for me.
My question is :
I am having a textbox and this textbox is mandatory and should only accept digits.
In the js, I can see that there is validation for the digits and the problem is that I do not know how to use it.
I only knew how to make the field re...
Hi friends,
Is ther any user control for displaying data(like gridview in asp.net).
Actually i found many control which works but, i cann't reuse it. Because in each and every page i need to put the same logic. Is there any control which I can re-use for all pages?
How I create user control in MVC for GridView.??
...
Hi
I have a problem with JQuery in that when I use the draggable UI under lower resolution settings (480X320) the draggable element does not respond properly.
What happens is that when the user clicks onto the draggable video element it moves without problem, but if you click off and back on it again, the moment the mouse moves, the c...
hi,
i'm using the jquery star widget in our next project, it worked fine for other projects in the past, now it works, but the client has requested specific for these 2 facts:
1) the widget needs 5 stars, split in half as seen on the api 2 page on the website (http://orkans-tmp.22web.net/star_rating/#main-menu=2)
2) they want the big...