Hello.
I'm trying to add picnet.table.filter feature into my ASP.net MVC project, but I can't make it work.
Could you please help me to solve the problem? The source code of the generated page is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="ht...
Hi there!
I am trying to trigger an embedded object click by clicking on another div,
this is the code ive tried:
$('.action-upload').livequery(function()
{
$(this).click(function()
{
$('#button').trigger('click');
});
});
this is the code that comes up for the embedded object in firebug:
<object width="114" height="29"...
jQuery.validate doesn't seem to change the background color of the invalid element by default. Is it also possible to change the background color of a select element? Most of my elements are input type="text", but I need an indicator for the select form elements. I am not using the default generated messages, as they don't fit my layout....
Hi,
I have this website using "jQuery Coda Slider" but the slider is not working in IE7.
It works with no JavaScript errors both on IE8, Firefox and Google Chrome, but not on IE7.
Can you please help me?
The website's at http://portelaresidence.com/ .
Thanks in advance for your help.
...
hello everbody,
after some research and after I've asked some questions, I've realized the following: jQuery plugin Lazy Load (http://www.appelsiini.net/projects/lazyload) doesn't work on Safari and even not on Firefox.
I've just tested their demo.
Please you need to use Firebug, and see how all the images are loaded at once at the be...
Been making this site for the past week. Only just came across this error in IE8.
There's an error in the jquery.corner.js file:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sat, 25 Sep 2010 16:13:34 UTC
Mess...
I want to lazy-load the results of my Youtube API search, so that as the user scrolls down, Youtube players are being added to the page. It seems that the lazy loading plugins are focused on images, but what I will be loading is just HTML, because I'm using iFrames to load the Youtube players (as per the new Youtube embed style). How can...
Platform: ASP.NET 3.5, ASP.NET Ajax intermixed
I'm very green to jQuery, so have been having a hard time with what I assume to be trivial.
All I need to do is create the following scenario
user logs in to my site, and I take him/her to a 'dashboard'
I want a nice little bar to 'fade in' with some information I want to draw his/her at...
http://pastebin.com/WfsVZ4nU
i got the following error when i compressed my javascript code.
...
I have a percent gauge dashboard widget implemented as an SWF movie. I am using jQuery in my JSP to achieve some AJAX update capability. For now, I am simply trying to set the value that displays on the gauge with the SetVariable() function in the code below. This cannot be done as an initial flashvar by design of the creator of the g...
Hi,
I want to search a keyword into body and replace it with a link if it is already not linked to somewhere. My code is :
var search = $('body').html();
search = search.replace(/jQuery/g, function($1){
return('<a href="http://jquery.com">' + $1 + '</a>');
});
$('body').html(search);
The problem is, it replaces all keyword ev...
The site has an existing rotating header banner and I am attempting to add CSS-Trick's AnythingSlider to the body.
When the AnythingSlider is added, the rotating banner breaks. Here is my test page http://www.visfire.com/slidertest.html. Please see the home page to view the current rotating banner in action. I have tried turning off ...
A lot of my jQuery projects use sub menus. I'm a firm believer of using the hoverIntent plugin over jQuery's native hover(), for usability reasons (and to prevent events being fired by accident by the user).
Because this plugin is used on every page of my site, and because it is only 8 lines minified, I just appended it to the end of my...
Hi,
i have scenario where i have to do the batch update like in save change i have send the update to the database from jgrid.
now, i am using the the array to store the updated data.
and on onafterupdate event i have to add the element to the array.
onafterupdate event is not working.
please, help me. How to use onafterupdate event....
When I look at the JQuery plugin code, it almost seems to me that we are creating a function (although we use the JQuery.fn syntax) Functionally, what's a difference between a function and a plugin?
...
I have a couple of questions that are somewhat related so I'm posting them all on a single question on SO...
Question 1:
I'm currently doing this Facebook application where I'm using jQuery UI Tabs, there's only 4 where 2 of them are loaded through Ajax. The main page is index.html, this is where the tabs code is placed and for the 2 t...
I have recently developed an HTML5 jQuery plugin and I'm having trouble removing the red border on required fields in FF4 beta.
I noticed that FF applies this border/outline in required fields and removes it when value is set. The problem is that I am using the value attribute to emulate the placeholder attr in older browsers. Therefore...
Hello... I am using datetimepicker.js to select date and time of jquery. How do i change the time format from 12 hour clock to 24 hour clock?????
...
Hi ,
http://stackoverflow.com/questions/2204247/how-is-this-jquery-app-validating-the-username-3rd-party-script
Iam using the same third party script for form validation that was mentioned in the above question
.Now we have file in the third party script known as jquery.validationEngine-en.js .so i have a field in my html known a...
I've extensively tested the jQuery plugin Roundabout and got it working nicely in Internet Explorer 6 through 8, Chrome and Firefox.
We would like to support Opera as well. However it does not scale text in moveable items moving to the back.
I'd rather not post a link to my site yet. But the 'official' example has the same bug. The smi...