[jQuery] Re: make a div invisible when it is empty

2008-09-03 Thread Discret
The good version : test jquery div { border: 1px solid black; } http://code.jquery.com/jquery-latest.js";> $(document).ready(function() { $('#header div:empty').remove(); $('#header div').each(function(){ if ($(this).html()==' ') $(this).remo

[jQuery] make a div invisible when it is empty

2008-09-03 Thread Discret
Good morning, I am Graphic designer and I use Jquery with Moss (sharepoint) CMS Microsoft, developers of this gas plant have no sense of aesthetics code and optimization. I assumed that with a little magic wand, I was going to do div disappear when they are empty, then yes I could have use easi

[jQuery] Re: make a div invisible when it is empty

2008-09-03 Thread Discret
I know was as strange script, in fact I can not change the server side, so I sought a way to remove the div that contain spaces http://www.w3.org/1999/xhtml";> test jquery $(document).ready(function() { $('#header div').each(function(i) { if ($(this).html()==' ') { $(this).remove(); } }

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-12 Thread Discret
</a>; type="text/ javascript"> Go To Yahoo The url link in Explorer : yahoo.htm%20#MONID :( How i can write this ? Go To Yahoo Discret

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-11 Thread Discret
s the load factor id of an external way in the div Jtip the passage of the mouse over a link? Would you an idea to help me? Thank you Discret

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-11 Thread Discret
I'm using .Load to load the id of a page in another id page. http://docs.jquery.com/Ajax/load $(document).ready(function(){ $("a.article").click( function (){ $("#feeds").load("Pagedarticle.aspx #conteneur");}) }); Charge la page et l'id conteneur dans l'id fee

[jQuery] .load Ajax et Jtip ou ClueTip

2008-06-11 Thread Discret
ry.com/cluetip/demo/] ou autre. C'est à dire charger l'élément id d'une page externe dans le div façon Jtip au passage de la souris sur un lien ? Auriez vous une idée pour m'aider ? Merci Discret