So, I'm using the XSLT plugin for JQuery, and here's my code:
function AddPlotcardEventHandlers(){
// some code
}
function reportError(exception){
alert(exception.constructor.name + " Exception: " + ((exception.name) ? exception.name : "[unknown name]") + " - " + exception.message);
}
function GetPlotcards(){
$("#conten...
Does anyone know a jQuery plugin for creating rounded corners for div elements that supports also IE6 ? I'm interested in a cross browsers solution, and the plugins that I saw so far didn't work well with IE6. Thank you very much !
...
Hi Guy's,
Im using jQuery with superfish vertical menu.
My menu is positioned at the bottom of my page so the menu slides up, however, on hover of the menu items the sub items get lost at the bottom of my window. Below is a crude example of whats happening.
menu item
menu item
menu item
menu item > sub item
browser botto...
On lots of sites now, you can see a Facebook "Like" Button.
- When depressed, it changes background color.
- When mouse-overed, it allows you to write some additional text
I love this interface - lightweight action, but allow for expression of more data if the user wants to.
Anyone has written a similar plugin?
UPDATE:
See: http:/...
Goal: To implement a jQuery plugin for my rails app (or write one myself, if necessary) that creates a "box" around text after a delimiter is typed.
Example: With tagging on SO, the user begins typing a tag, then selects one from the drop-down list provided. The input field recognizes that a tag has been selected, puts a space and then...
Using jqGrid I want to generate delete links for each row in the grid. The standard way to do this is to add the links in the gridComplete callback like shown below:
gridComplete: function() {
var ids =...
I have a basic pagination system that looks something like that:
First | < Previous | 1, 2, [3], 4, 5 ... 100, 101, 102 | Next > | Last
Nothing fancy really.
I am looking at various plugins to improve the way the user would browse this, but so far I haven't found anything really new or interesting except:
http://tympanus.net/jPagi...
I'm seeing a couple online but the sites that these guys have look like crap so I don't know if I want to use their plug-ins. If you USE an editable combo box in your web app and you LIKE the plugin then post it here.
Please explain why you chose it over other plugins.
Edit: Bonus points for anyone who is using it with Rails and can sh...
I'm using the jQuery cycle plugin to create multiple slideshows on a single page (which, once I get this problem figured out, will be started/stopped by mouse hover -- yeah, I know there are 9 slideshows on the page).
Problem is, when I tell more than one slideshow to start cycling, whichever ones I call cycle() on get superimposed. So...
Hi
I want that i should be able to drag items from jquery treeview that supports drag and drop.Drop item onto Jquery full calendar with database interaction
...
Hi,
Hoping someone can assist but I am using this jQuery Tooltip plugin jquery tooltip
and am trying to emulate the example for Ex.3 when you hover of it, that is, I would like my tooltip to appear below in my example.
I can get the tooltip to appear correctly but for some reason, is not appearing below but to the right of my hover i...
In JQuery validation the default behavior on an error is to create a label like so:
<label for="FirstName" generated="true" class="error">This field is required.</label>
Is it possible to change it so that it will output this instead (with a title attribute set to the error message)?
<label for="FirstName" generated="true" class="err...
I' trying to use Flexigrid with ASP.NET MVC. I need all the JSON type functionality(searching, sorting, find) except that I'm using foreach in my view and looping to generate the table rows.
<table id="gllisting">
<% foreach (var item in Model)
{ %>
<tr>
<td>
<%=...
Hi,
Would appreciate if someone could pls show me a simple example of how to setup and use qTip jquery plugin for a tooltip to display at the bottom-left of where I hover over an image.
I've tried following the demos/examples from the site:> qTip but just can't seem to get it working.
I am unsure if I need to include the HTML Structur...
I am using an implementation of jkpanel in a vb.net app, the script (see below) loads an external file into the drop down panel. I need to modify this script to load an internal content like a specific div or span so that I can have this nested within the master page.
//Drop Down Panel script (March 29th, 08'): By JavaScript Kit: http:/...
Hi,
Can anyone give sample code in which there is interaction of jquery fullcalendar with the database
...
I'm using this jquery autocomplete plug-in with rails: http://docs.jquery.com/Plugins/Autocomplete
I can't figure out how to format my results, both in my Rails controller and in my javascript file.
I have something like this in my controller...
@query = params[:q].downcase
@json = User.all(:login => /^#{@query}/)
respond_to do |forma...
Hi All!
I'm using jQuery Address to load in my content, but it's doing it twice on the init. I set it up so that if you go to the main category it loads the first image, but it's doing it twice and I'm not sure how to stop it. A fresh pair of eyes would be appreciated!
$.address.init(function(event) {
$('#carousel-clip a').address...
I use jquery blockUI plugin (v2) and call $.blockUI when user submits a form. Web page smoothly fades out and new page appears. That's ok. But when user presses "back" button in opera/fire fox he observes fade out page with hourglass mouse cursor that is completely blocked.
Chrome/IE visualize page ok.
What would you suggest?
Thank y...
I'm trying to enable the overlay to be modal. It works perfectly fine in FireFox, but the window object is behind the mask when it becomes modal. This prevents any interaction with it and the page is actually useless. I've tried debugging this for a while and can't figure it out.
Here is a link to the example on their site: http://flow...