That is true, but if you remove the link's href, the application will not
degrade for users without JavaScript enabled.
On Thu, Jan 14, 2010 at 8:46 AM, bill wrote:
> this really an interesting jq/html semantic issue: if the tag is
> not handling the actual redirection to another page, maybe w
e the function.
Thanks,
Matt
On Wed, Jan 13, 2010 at 7:12 PM, RobG wrote:
>
>
> On Jan 14, 11:00 am, Matt Maxwell wrote:
> [...]
> > var that = this; // scope
>
> The value of the this keyword has nothing whatever to do with scope.
>
>
> --
> Rob
>
On Wed, Jan 13, 2010 at 7:04 PM, Matt Maxwell wrote:
> Maybe try using something like:
>
> $.myplugin.fill.call( this, "red" );
>
> On Wed, Jan 13, 2010 at 6:47 PM, Tim Molendijk wrote:
>
>> Hey all,
>>
>> I've been developing jQuery plugins for
Maybe try using something like:
$.myplugin.fill.call( this, "red" );
On Wed, Jan 13, 2010 at 6:47 PM, Tim Molendijk wrote:
> Hey all,
>
> I've been developing jQuery plugins for quite some time now, and I
> like to think I got pretty good at it. One issue keeps nagging me
> though, and that is h
This is correct.
I actually wrote a few jQuery extensions that handle this.
The code is:
$.fn.extend({
// checks to see if an element exists
// if no callback is supplied, returns
// a boolean value stating if the element
// exists, otherwise executes the callback
exists: function (callback) {
i
What I'm assuming is happening here is that the even tied to the tag is
firing as well as the click tied to the cell.
It appears as though two windows are opened because the page you're
currently on goes to the PDF and a new window is opened with the PDF.
The easiest solution would be to add ret
6 matches
Mail list logo