[jQuery] Re: parentNode is null or not an object

2009-10-01 Thread Hugo Estrada
, is incorrect for this style property. Hugo On Wed, Sep 30, 2009 at 8:32 AM, Hugo Estrada hugoe...@gmail.com wrote: I am getting this error on IE8; it is working nice on firefox, and I have to support IE. I found this page: http://www.nabble.com/Error-with-BlockUI:-%27parentNode%27-is-null

[jQuery] parentNode is null or not an object

2009-09-30 Thread Hugo Estrada
I am getting this error on IE8; it is working nice on firefox, and I have to support IE. I found this page: http://www.nabble.com/Error-with-BlockUI:-%27parentNode%27-is-null-or-not-an-object-td22990094s27240.html And they identify as the problem occurring here: The error occurs in the

[jQuery] jEditable - WYSIWIG combination || problem

2009-04-28 Thread Hugo
Hi, Experiencing a little problem using the WYSIWYG inline editor with jEditable. I have succesfully installed it and got it actually to work. But here’s the thing: Once I specify options/controls for the wysiwyg editor, these are only being applied to the first ‘editable’ area I activate. Once

[jQuery] Little problem using jEditable

2009-04-16 Thread Hugo
Little problem using jEditable: I use jEditable on a paragraph and my PHP file successfully updates the database upon submission. But after I click the OK button or press enter when I 'jEdit' such a paragraph, the content of the paragraph always changes to 'Click to edit', no matter what I

[jQuery] jQuery plugin scope

2009-04-15 Thread hugo
if(jQuery) (function($) { // plugin definition $.fn.hilight = function (options) { debug(this); // build main options before element iteration var options = $.extend({}, $.fn.hilight.defaults, options); // iterate