<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>jQuery Forum: Das deutsche jQuery Forum</title>
		<link>http://www.jquery-board.de/</link>
		<description>Das erste deutsche jQuery Forum. Hier werden eure Fragen rund um jQuery, jQuery Plugins, jQuery Mobile und jQuery UI beantwortet.</description>
		<language>de</language>
		<lastBuildDate>Sun, 20 May 2012 04:54:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.jquery-board.de/images/misc/rss.png</url>
			<title>jQuery Forum: Das deutsche jQuery Forum</title>
			<link>http://www.jquery-board.de/</link>
		</image>
		<item>
			<title>Var nach string duchsuchen</title>
			<link>http://www.jquery-board.de/threads/2091-Var-nach-string-duchsuchen?goto=newpost</link>
			<pubDate>Sat, 19 May 2012 22:29:21 GMT</pubDate>
			<description><![CDATA[Hallo Leute,

ich steh wieder mal total auf dem Schlauch. 

Also ich durchsuche mit folgendem Script den aktuellen Content nach einem gewissen Link 


HTML:
---------
<body>

bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla 

<a href="http://link.de" title="der Title Tag">Anchor</a>    <br>
<a href="http://google.de" title="der Title Tag">Google</a>

bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla 


<script>
					var link = "link.de";
				        $meinLink = $('a[href*="'+link+'"]:first');
                                        
                                        alert( $meinLink.html());
 
</script>
---------
Das funktioniert auch super aber jetzt mÃ¶chte ich den aktuellen zu durchsuchenden Content in eine Variable packen. 

Wie genau greife ich dann darauf zu ? 


 

HTML:
---------


<script>
var aa = '         bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla 
                     <a href="http://link.de" title="der Title Tag">Anchor</a>    <br>
                     <a href="http://google.de" title="der Title Tag">Google</a>
                     bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
            ';
					

                  var link = "link.de";
		  $meinLink = $('a[href*="'+link+'"]:first');
                                        
                  alert( $meinLink.html());
 
</script>
---------

Ich bitte euch um einen Tip, komme echt nicht mehr weiter. 

Danke fÃ¼r eure MÃ¼he.]]></description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
<br />
ich steh wieder mal total auf dem Schlauch. <br />
<br />
Also ich durchsuche mit folgendem Script den aktuellen Content nach einem gewissen Link <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;body&gt;</span><br />
<br />
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla <br />
<br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://link.de&quot;</span> title=<span style="color:#0000FF">&quot;der Title Tag&quot;</span>&gt;</span>Anchor<span style="color:#008000">&lt;/a&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;br&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://google.de&quot;</span> title=<span style="color:#0000FF">&quot;der Title Tag&quot;</span>&gt;</span>Google<span style="color:#008000">&lt;/a&gt;</span><br />
<br />
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla <br />
<br />
<br />
<span style="color:#800000">&lt;script&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var link = &quot;link.de&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $meinLink = $('a&#91;href*=&quot;'+link+'&quot;&#93;:first');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert( $meinLink.html());<br />
&nbsp;<br />
<span style="color:#800000">&lt;/script&gt;</span></code><hr />
</div>Das funktioniert auch super aber jetzt mÃ¶chte ich den aktuellen zu durchsuchenden Content in eine Variable packen. <br />
<br />
Wie genau greife ich dann darauf zu ? <br />
<br />
<br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><br />
<br />
<span style="color:#800000">&lt;script&gt;</span><br />
var aa = '&nbsp; &nbsp; &nbsp; &nbsp;  bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://link.de&quot;</span> title=<span style="color:#0000FF">&quot;der Title Tag&quot;</span>&gt;</span>Anchor<span style="color:#008000">&lt;/a&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;br&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://google.de&quot;</span> title=<span style="color:#0000FF">&quot;der Title Tag&quot;</span>&gt;</span>Google<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var link = &quot;link.de&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $meinLink = $('a&#91;href*=&quot;'+link+'&quot;&#93;:first');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert( $meinLink.html());<br />
&nbsp;<br />
<span style="color:#800000">&lt;/script&gt;</span></code><hr />
</div><br />
Ich bitte euch um einen Tip, komme echt nicht mehr weiter. <br />
<br />
Danke fÃ¼r eure MÃ¼he.</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>elico</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2091-Var-nach-string-duchsuchen</guid>
		</item>
		<item>
			<title>mouseenter auf ein div begrenzen, nicht auf alle</title>
			<link>http://www.jquery-board.de/threads/2090-mouseenter-auf-ein-div-begrenzen-nicht-auf-alle?goto=newpost</link>
			<pubDate>Sat, 19 May 2012 20:37:07 GMT</pubDate>
			<description><![CDATA[Hi! Ich bin ziemlich neu im Gebiet jQuery und versuche mich gerad etwas an Effekten mit Bildern. Ich habe 4 Bilder in denen ein div mit der klasse "info-text" eingeblendet werden soll, wenn ich mit der Maus Ã¼ber ein Bild fahre. Mein Problem ist jedoch, dass er ALLE divs mit dieser Klasse einblendet. Er soll jedoch nur das info-text div einblenden, wo ich aktuell mit der Maus drÃ¼ber fahre.

Mein Schnipsel bisher:

$(".reference").each(function () {
     $(this).mouseenter(function() {
          $(".info-text").fadeIn("slow");
     });
});

Bin ich da evtl. grundlegend schon falsch ran gegangen? Freue mich Ã¼ber Tipps und Hilfestellungen.
Besten Dank!]]></description>
			<content:encoded><![CDATA[<div>Hi! Ich bin ziemlich neu im Gebiet jQuery und versuche mich gerad etwas an Effekten mit Bildern. Ich habe 4 Bilder in denen ein div mit der klasse &quot;info-text&quot; eingeblendet werden soll, wenn ich mit der Maus Ã¼ber ein Bild fahre. Mein Problem ist jedoch, dass er ALLE divs mit dieser Klasse einblendet. Er soll jedoch nur das info-text div einblenden, wo ich aktuell mit der Maus drÃ¼ber fahre.<br />
<br />
Mein Schnipsel bisher:<br />
<br />
$(&quot;.reference&quot;).each(function () {<br />
     $(this).mouseenter(function() {<br />
          $(&quot;.info-text&quot;).fadeIn(&quot;slow&quot;);<br />
     });<br />
});<br />
<br />
Bin ich da evtl. grundlegend schon falsch ran gegangen? Freue mich Ã¼ber Tipps und Hilfestellungen.<br />
Besten Dank!</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>flolicious</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2090-mouseenter-auf-ein-div-begrenzen-nicht-auf-alle</guid>
		</item>
		<item>
			<title>Quelltext nach Link durchsuchen und ausgeben</title>
			<link>http://www.jquery-board.de/threads/2089-Quelltext-nach-Link-durchsuchen-und-ausgeben?goto=newpost</link>
			<pubDate>Sat, 19 May 2012 02:19:53 GMT</pubDate>
			<description>Hallo Leute ich verzweifele wirklich seit zwei Tagen und steh auf dem Schlauch. 

Und zwar arbeite ich an einem Backlink Checker Script zur eignen Verwendung.

Zu diesem Zweck frage ich den Quelltext einer Seite ab ob es einen Ã¼berhaupt einen Verweis zu meiner Seite gibt. 
*Gut das funktioniert. *


Nun mÃ¼sste ich erreichen (Wenn Php sagt das es den link gibt) das jQuery den Quelltext nach Links durchsucht und mir genau den a-Tag ausgibt welcher zu http://meineUrl.de verweist. 

Habt Ihr eine Idee ? 
Leute ich bitte euch um einen Tip in die richtige Richtung. 

Danke im Voraus</description>
			<content:encoded><![CDATA[<div>Hallo Leute ich verzweifele wirklich seit zwei Tagen und steh auf dem Schlauch. <br />
<br />
Und zwar arbeite ich an einem Backlink Checker Script zur eignen Verwendung.<br />
<br />
Zu diesem Zweck frage ich den Quelltext einer Seite ab ob es einen Ã¼berhaupt einen Verweis zu meiner Seite gibt. <br />
<b>Gut das funktioniert. </b><br />
<br />
<br />
Nun mÃ¼sste ich erreichen<i> (Wenn Php sagt das es den link gibt)</i> das jQuery den Quelltext nach Links durchsucht und mir genau den a-Tag ausgibt welcher zu <a href="http://meineUrl.de" target="_blank" rel="nofollow">http://meineUrl.de</a> verweist. <br />
<br />
Habt Ihr eine Idee ? <br />
Leute ich bitte euch um einen Tip in die richtige Richtung. <br />
<br />
Danke im Voraus</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>elico</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2089-Quelltext-nach-Link-durchsuchen-und-ausgeben</guid>
		</item>
		<item>
			<title>Drop down menÃ¼ hover  einfacher wechsel von display:none; nach:block</title>
			<link>http://www.jquery-board.de/threads/2088-Drop-down-menÃ¼-hover-einfacher-wechsel-von-display-none-nach-block?goto=newpost</link>
			<pubDate>Fri, 18 May 2012 15:14:02 GMT</pubDate>
			<description><![CDATA[Hallo zusammen,
habe ein Problem an dem ich heute schon den ganzen Tag rumbastel und es nicht hinbekomme.
Bin mir ziemlich sicher das man das mit JQuery lÃ¶sen kann das Problem, aber ich komm leider nicht drauf. :mad: Wahrscheinlich ist es ganz einfach nur ich weis nicht wie ich das machen soll. 
Wenn ich Ã¼ber das MenÃ¼ fahre soll sich das dropdown menÃ¼ Ã¶ffnen dazu muss nur das Atribut von none auf block gesetzt werden wenn ich drÃ¼ber fahre mit der Maus. (#header .main-nav-down-laye) Wenn ich das hÃ¤ndisch mache funktioniert das auch. --> soll aber mit der maus funktionieren. :o
Schick noch einen teil vom Code mit.
Bedanke mich schon mal sehr fÃ¼r deine Antwort.
DANKE
Bene

Glaube fest das es an meinem JQuerycode liegt: erster Teil

erst wird JQery geladen...

Code:
---------

	    <script type="text/javascript">
    	$(document).ready(function(){
		$('#header .main-nav-down-layer').hover(
			function() { $(this).css("display":"block"); },
			function() { $(this).css("display":"none"); });
	});
 		 </script>
    </head>
<body>

<div>
	<div id="header" >
		<a href="#"><h1>LOGO</h1></a>



 	<div id="main-nav">
			<ul>
				<li>
					<a href="#" title="#" class="main" style="#">Bier</a>

					<div class="main-nav-down-layer">
						<h3>Bier</h3>
                                                   <a href="#"> Suchen &gt;</a>
                                                   <a href="#"> Favorit &gt;</a>
					</div>
                  </div>


            	........
---------

Hier ein Ausschnitt von meinem css file Hier muss nur das Atribut display none --> auf block gesetzt werden

Code:
---------
#header .main-nav-down-layer {
	position:absolute;
	display:none; /*block*/
	left: 0px;
	height: 60px;
	width:217px;
	padding:15px 12px; /* 15px 12px */
	z-index:300;
	line-height:16px;
       background-color:#a3eb98;
  margin-top: 0px;
}
---------
]]></description>
			<content:encoded><![CDATA[<div>Hallo zusammen,<br />
habe ein Problem an dem ich heute schon den ganzen Tag rumbastel und es nicht hinbekomme.<br />
Bin mir ziemlich sicher das man das mit JQuery lÃ¶sen kann das Problem, aber ich komm leider nicht drauf. :mad: Wahrscheinlich ist es ganz einfach nur ich weis nicht wie ich das machen soll. <br />
Wenn ich Ã¼ber das MenÃ¼ fahre soll sich das dropdown menÃ¼ Ã¶ffnen dazu muss nur das Atribut von none auf block gesetzt werden wenn ich drÃ¼ber fahre mit der Maus. (#header .main-nav-down-laye) Wenn ich das hÃ¤ndisch mache funktioniert das auch. --&gt; soll aber mit der maus funktionieren. :o<br />
Schick noch einen teil vom Code mit.<br />
Bedanke mich schon mal sehr fÃ¼r deine Antwort.<br />
DANKE<br />
Bene<br />
<br />
Glaube fest das es an meinem JQuerycode liegt: erster Teil<br />
<br />
erst wird JQery geladen...<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <font color="#FF0000">&lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $(document).ready(function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('#header .main-nav-down-layer').hover(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; function() { $(this).css(&quot;display&quot;:&quot;block&quot;); },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; function() { $(this).css(&quot;display&quot;:&quot;none&quot;); });<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;</font><br />
&nbsp; &nbsp; &lt;/head&gt;<br />
&lt;body&gt;<br />
<br />
&lt;div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;header&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#&quot;&gt;&lt;h1&gt;LOGO&lt;/h1&gt;&lt;/a&gt;<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;div id=&quot;main-nav&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#&quot; title=&quot;#&quot; class=&quot;main&quot; style=&quot;#&quot;&gt;Bier&lt;/a&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;main-nav-down-layer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h3&gt;Bier&lt;/h3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;#&quot;&gt; Suchen &amp;gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;#&quot;&gt; Favorit &amp;gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........</code><hr />
</div><br />
Hier ein Ausschnitt von meinem css file Hier muss nur das Atribut display none --&gt; auf block gesetzt werden<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">#header .main-nav-down-layer {<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#FF0000">display:none; /*block*/</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; left: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 60px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:217px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:15px 12px; /* 15px 12px */<br />
&nbsp; &nbsp; &nbsp; &nbsp; z-index:300;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height:16px;<br />
&nbsp; &nbsp; &nbsp;  background-color:#a3eb98;<br />
&nbsp; margin-top: 0px;<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>bene_haha</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2088-Drop-down-menÃ¼-hover-einfacher-wechsel-von-display-none-nach-block</guid>
		</item>
		<item>
			<title>IE Problem: jQuery variable in javascript je nach Browser ausgeben</title>
			<link>http://www.jquery-board.de/threads/2087-IE-Problem-jQuery-variable-in-javascript-je-nach-Browser-ausgeben?goto=newpost</link>
			<pubDate>Fri, 18 May 2012 11:12:51 GMT</pubDate>
			<description><![CDATA[Hallo Leute,

ich verzweifel gerade an folgendem:

<script type="text/javascript">  
			
			jQuery(function($){
				$.supersized({
				
					//Functionality
					slideshow               :   1,		//Slideshow on/off
					autoplay				:	1,		//Slideshow starts playing automatically
					start_slide             :   1,		//Start slide (0 is random)
					random					: 	0,		//Randomize slide order (Ignores start slide)
					slide_interval          :   1000,	//Length between transitions
					transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
					transition_speed		:	4000,	//Speed of transition
					new_window				:	1,		//Image links open in new window/tab


USW...

es geht um die Zeile

transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left

da der IE das Fading nicht unterstÃ¼tzt und dann das ganze Script nicht mehr funktioniert, mÃ¶chte ich einen Browsercheck einbauen, der diese Zeile beim IE dann nicht mit 

transition              :   1, 

sondern

transition              :   3,

schreibt. alle anderen browser sollen transition              :   1,  bekommen.

Leider scheitere ich mit meinen oberflÃ¤chlichen scriptkenntnissen :( kann mir jemand helfen?

danke & grÃ¼ÃŸe
maria

das ganze script liegt hier: http://boadbros.com/about/about.php]]></description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
<br />
ich verzweifel gerade an folgendem:<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;  <br />
			<br />
			jQuery(function($){<br />
				$.supersized({<br />
				<br />
					//Functionality<br />
					slideshow               :   1,		//Slideshow on/off<br />
					autoplay				:	1,		//Slideshow starts playing automatically<br />
					start_slide             :   1,		//Start slide (0 is random)<br />
					random					: 	0,		//Randomize slide order (Ignores start slide)<br />
					slide_interval          :   1000,	//Length between transitions<br />
					transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left<br />
					transition_speed		:	4000,	//Speed of transition<br />
					new_window				:	1,		//Image links open in new window/tab<br />
<br />
<br />
USW...<br />
<br />
es geht um die Zeile<br />
<br />
transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left<br />
<br />
da der IE das Fading nicht unterstÃ¼tzt und dann das ganze Script nicht mehr funktioniert, mÃ¶chte ich einen Browsercheck einbauen, der diese Zeile beim IE dann nicht mit <br />
<br />
transition              :   1, <br />
<br />
sondern<br />
<br />
transition              :   3,<br />
<br />
schreibt. alle anderen browser sollen transition              :   1,  bekommen.<br />
<br />
Leider scheitere ich mit meinen oberflÃ¤chlichen scriptkenntnissen :( kann mir jemand helfen?<br />
<br />
danke &amp; grÃ¼ÃŸe<br />
maria<br />
<br />
das ganze script liegt hier: <a href="http://boadbros.com/about/about.php" target="_blank" rel="nofollow">http://boadbros.com/about/about.php</a></div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>lustgarten</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2087-IE-Problem-jQuery-variable-in-javascript-je-nach-Browser-ausgeben</guid>
		</item>
		<item>
			<title>Tabs per Ajax</title>
			<link>http://www.jquery-board.de/threads/2086-Tabs-per-Ajax?goto=newpost</link>
			<pubDate>Fri, 18 May 2012 11:05:56 GMT</pubDate>
			<description><![CDATA[Hallo,
ich habe Tab wo ich meine Seiten in neuen Tab (Add) Ã¶ffne. Ich habe es jetzt so gelÃ¶st das ich beim neuen Seite ein neue Header mit Jequery+Jquery UI neu lade. Das aber finde ich kein Perfekte LÃ¶sung weil dadurch mehr traffic entsteht und ich eigentlich diese Dateien beim Laden des Tab schon geladen habe.

Layout.phtml

HTML:
---------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Fibu</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="somi, arbeit, personal, frankfurt, solutions, it" /><link href="/fibu/public/css/jquery/custom/jquery-ui-1.8.17.custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/fibu/public/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="/fibu/public/css/layout.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/fibu/public/js/jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/fibu/public/js/jquery/jquery-ui-1.8.17.custom.min.js"></script>

<script type="text/javascript">
//«![CDATA[
$(document).ready(function() {
    $("#tabContent").tabs({"cache":true,"history":true,"closable":true,"cookie":{"expires":1},"deselectable":true,"idPrefix":"ui-tabs-center","spinner":"Loading data..."});
});
//]]»

</head>

<body style="margin:0px;padding:0px;width:100%;height:100%;">

<div class="ui-layout-center ui-layout-pane ui-layout-pane-center" style="position: absolute; margin: 0px; left: 270px; right: 206px; top: 86px; bottom: 0px; height: 520px; width: 1444px; z-index: 1; display: block; visibility: visible;">
<div id="tabContent" class="ui-tabs ui-widget ui-widget-content ui-corner-all" style="height:99%;background:#fff;">
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
<li class="ui-tabs-nav-item ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
<a href="#tabContent-frag-1">
<span>Startseite</span>
</a>
</li>
</ul>
<div id="tabContent-frag-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
Startseite
</div>
</div>
</div>
</body>
</html>
---------
Zweite Seite soll in eine neue Tab geladen werden.

HTML:
---------
<script type="text/javascript">
    //«![CDATA[
$(document).ready(function() {
	oTable = $('#clients').dataTable({
		"bJQueryUI": true,
		"sPaginationType": "full_numbers",
		"aLengthMenu": [[10,25, 50, -1], [10,25, 50, "Alle"]],
		"sScrollY": "450px",
		"iDisplayLength": 25,
		"bScrollAutoCss": false,
		"oLanguage": {
			"sUrl": "/fibu/ajax/getdatatableslanguage"
			}
	});
});
    //]]»
</script>
<div  style="width:100%;padding-bottom:40px;"><ul class="tabnavigation" style="float:right;"><li class="ui-state-default ui-corner-all reload" title="Reload"><span class="ui-icon ui-icon-refresh"></span></li><li class="ui-state-default ui-corner-all help" title="Help"><span class="ui-icon ui-icon-help"></span></li><li class="ui-state-default ui-corner-all newWindow" title="new Window"> <span class="ui-icon ui-icon-newwin"></span></li><li class="ui-state-default ui-corner-all close" title="close"><span class="ui-icon ui-icon-close"></span></li></ul></div>
<table id="clients" cellpadding="0" cellspacing="0" border="0" class="display">
	<thead>
		<tr>
			<th>Kundennummer</th>
			<th>Name</th>
			<th>Telefon</th>
			<th>Email</th>
			<th></th>
		</tr>
	</thead>
	<tbody style="width:500px;">
					<tr>
				<td>12345</td>
				<td>martin mandant</td>
				<td></td>
				<td></td>
				<td>
					<ul class="icons">
						<a class="addtab" title="martin mandant" href="/fibu/consultant/index/clientview/id/56">
							<li class="ui-state-default ui-corner-all" title="Ã¶ffnen">
								<span class="ui-icon ui-icon-newwin"></span>
							</li>
						</a>
						<a class="addtab" title="Edit martin mandant" href="/fibu/consultant/index/clientedit/id/56">

							<li class="ui-state-default ui-corner-all" title="bearbeiten">
								<span class="ui-icon ui-icon-tag"></span>
							</li>
						</a>
						<li class="ui-state-default ui-corner-all" title="lÃ¶schen" onclick="if(confirm('Firma lÃ¶schen?'))
								$.ajax({
									url: '/fibu/consultant/ajax/clientdel/id/56',
									success: function (data, textStatus, jqXHR) {
										$('.reload:first').click();
									}
								})		
		
						">
							<span class="ui-icon ui-icon-cancel"></span>
						</li>	
					</ul>
				</td>
			</tr>
					<tr>
				<td>ghhd</td>
				<td>hjfhfd</td>
				<td></td>
				<td></td>
				<td>
					<ul class="icons">
						<a class="addtab" title="hjfhfd" href="/fibu/consultant/index/clientview/id/58">
							<li class="ui-state-default ui-corner-all" title="Ã¶ffnen">
								<span class="ui-icon ui-icon-newwin"></span>
							</li>
						</a>
						<a class="addtab" title="Edit hjfhfd" href="/fibu/consultant/index/clientedit/id/58">
							<li class="ui-state-default ui-corner-all" title="bearbeiten">
								<span class="ui-icon ui-icon-tag"></span>
							</li>
						</a>
						<li class="ui-state-default ui-corner-all" title="lÃ¶schen" onclick="if(confirm('Firma lÃ¶schen?'))
								$.ajax({
									url: '/fibu/consultant/ajax/clientdel/id/58',
									success: function (data, textStatus, jqXHR) {
										$('.reload:first').click();
									}
								})		
		
						">
							<span class="ui-icon ui-icon-cancel"></span>
						</li>	
					</ul>
				</td>
			</tr>
			</tbody>
</table>
---------
Zweite Tab geht auf aber die Anhalte mit Jquery wird ignoriert weil Jquery die neue Seite nicht geparsert hat. Meine andere lÃ¶sung ist das ich fÃ¼r jeder neue Tab eine Header mit Jqury rein schreibe aber wie gesagt ist keine gute LÃ¶sung.

Habt Ihr ein Idee wie ich das besser lÃ¶sen kann?]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
ich habe Tab wo ich meine Seiten in neuen Tab (Add) Ã¶ffne. Ich habe es jetzt so gelÃ¶st das ich beim neuen Seite ein neue Header mit Jequery+Jquery UI neu lade. Das aber finde ich kein Perfekte LÃ¶sung weil dadurch mehr traffic entsteht und ich eigentlich diese Dateien beim Laden des Tab schon geladen habe.<br />
<br />
Layout.phtml<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span><span style="color:#000080">&lt;html xmlns=<span style="color:#0000FF">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span><span style="color:#000080">&lt;head&gt;</span><span style="color:#000080">&lt;title&gt;</span>Fibu<span style="color:#000080">&lt;/title&gt;</span><span style="color:#000080">&lt;meta http-equiv=&quot;Content-Type&quot; content=<span style="color:#0000FF">&quot;text/html; charset=UTF-8&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;meta name=<span style="color:#0000FF">&quot;keywords&quot;</span> content=<span style="color:#0000FF">&quot;somi, arbeit, personal, frankfurt, solutions, it&quot;</span> /&gt;</span><span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;/fibu/public/css/jquery/custom/jquery-ui-1.8.17.custom.css&quot;</span> media=<span style="color:#0000FF">&quot;screen&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;/fibu/public/favicon.ico&quot;</span> rel=<span style="color:#0000FF">&quot;shortcut icon&quot;</span> type=<span style="color:#0000FF">&quot;image/x-icon&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;/fibu/public/css/layout.css&quot;</span> media=<span style="color:#0000FF">&quot;screen&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> src=<span style="color:#0000FF">&quot;/fibu/public/js/jquery/jquery-1.7.1.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> src=<span style="color:#0000FF">&quot;/fibu/public/js/jquery/jquery-ui-1.8.17.custom.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span>&gt;</span><br />
//<span style="color:#000080">&lt;!&#91;CDATA&#91;<br />
$(document).ready(function() {<br />
&nbsp; &nbsp; $(&quot;#tabContent&quot;).tabs({&quot;cache&quot;:true,&quot;history&quot;:true,&quot;closable&quot;:true,&quot;cookie&quot;:{&quot;expires&quot;:1},&quot;deselectable&quot;:true,&quot;idPrefix&quot;:&quot;ui-tabs-center&quot;,&quot;spinner&quot;:&quot;Loading data...&quot;});<br />
});<br />
//&#93;&#93;&gt;</span><br />
<br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<br />
<span style="color:#000080">&lt;body style=<span style="color:#0000FF">&quot;margin:0px;padding:0px;width:100%;height:100%;&quot;</span>&gt;</span><br />
<br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;ui-layout-center ui-layout-pane ui-layout-pane-center&quot;</span> style=<span style="color:#0000FF">&quot;position: absolute; margin: 0px; left: 270px; right: 206px; top: 86px; bottom: 0px; height: 520px; width: 1444px; z-index: 1; display: block; visibility: visible;&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;tabContent&quot;</span> class=<span style="color:#0000FF">&quot;ui-tabs ui-widget ui-widget-content ui-corner-all&quot;</span> style=<span style="color:#0000FF">&quot;height:99%;background:#fff;&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;ul class=<span style="color:#0000FF">&quot;ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-tabs-nav-item ui-state-default ui-corner-top ui-tabs-selected ui-state-active&quot;</span>&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#tabContent-frag-1&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;span&gt;</span>Startseite<span style="color:#000080">&lt;/span&gt;</span><br />
<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;/ul&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;tabContent-frag-1&quot;</span> class=<span style="color:#0000FF">&quot;ui-tabs-panel ui-widget-content ui-corner-bottom&quot;</span>&gt;</span><br />
Startseite<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>Zweite Seite soll in eine neue Tab geladen werden.<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span>&gt;</span><br />
&nbsp; &nbsp; //<span style="color:#000080">&lt;!&#91;CDATA&#91;<br />
$(document).ready(function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; oTable = $('#clients').dataTable({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;bJQueryUI&quot;: true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sPaginationType&quot;: &quot;full_numbers&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;aLengthMenu&quot;: &#91;&#91;10,25, 50, -1&#93;, &#91;10,25, 50, &quot;Alle&quot;&#93;&#93;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sScrollY&quot;: &quot;450px&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;iDisplayLength&quot;: 25,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;bScrollAutoCss&quot;: false,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;oLanguage&quot;: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sUrl&quot;: &quot;/fibu/ajax/getdatatableslanguage&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
});<br />
&nbsp; &nbsp; //&#93;&#93;&gt;</span><br />
<span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#000080">&lt;div&nbsp; style=<span style="color:#0000FF">&quot;width:100%;padding-bottom:40px;&quot;</span>&gt;</span><span style="color:#000080">&lt;ul class=<span style="color:#0000FF">&quot;tabnavigation&quot;</span> style=<span style="color:#0000FF">&quot;float:right;&quot;</span>&gt;</span><span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all reload&quot;</span> title=<span style="color:#0000FF">&quot;Reload&quot;</span>&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-refresh&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/li&gt;</span><span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all help&quot;</span> title=<span style="color:#0000FF">&quot;Help&quot;</span>&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-help&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/li&gt;</span><span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all newWindow&quot;</span> title=<span style="color:#0000FF">&quot;new Window&quot;</span>&gt;</span> <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-newwin&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/li&gt;</span><span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all close&quot;</span> title=<span style="color:#0000FF">&quot;close&quot;</span>&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-close&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/li&gt;</span><span style="color:#000080">&lt;/ul&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#008080">&lt;table id=<span style="color:#0000FF">&quot;clients&quot;</span> cellpadding=<span style="color:#0000FF">&quot;0&quot;</span> cellspacing=<span style="color:#0000FF">&quot;0&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> class=<span style="color:#0000FF">&quot;display&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;thead&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;th&gt;</span>Kundennummer<span style="color:#008080">&lt;/th&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;th&gt;</span>Name<span style="color:#008080">&lt;/th&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;th&gt;</span>Telefon<span style="color:#008080">&lt;/th&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;th&gt;</span>Email<span style="color:#008080">&lt;/th&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;th&gt;</span><span style="color:#008080">&lt;/th&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/thead&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tbody style=<span style="color:#0000FF">&quot;width:500px;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span>12345<span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span>martin mandant<span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul class=<span style="color:#0000FF">&quot;icons&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;addtab&quot;</span> title=<span style="color:#0000FF">&quot;martin mandant&quot;</span> href=<span style="color:#0000FF">&quot;/fibu/consultant/index/clientview/id/56&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;Ã¶ffnen&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-newwin&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;addtab&quot;</span> title=<span style="color:#0000FF">&quot;Edit martin mandant&quot;</span> href=<span style="color:#0000FF">&quot;/fibu/consultant/index/clientedit/id/56&quot;</span>&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;bearbeiten&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-tag&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;lÃ¶schen&quot;</span> onclick=<span style="color:#0000FF">&quot;if(confirm('Firma lÃ¶schen?'))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $.ajax({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: '/fibu/consultant/ajax/clientdel/id/56',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; success: function (data, textStatus, jqXHR) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('.reload:first').click();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; })&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-cancel&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span>ghhd<span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span>hjfhfd<span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul class=<span style="color:#0000FF">&quot;icons&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;addtab&quot;</span> title=<span style="color:#0000FF">&quot;hjfhfd&quot;</span> href=<span style="color:#0000FF">&quot;/fibu/consultant/index/clientview/id/58&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;Ã¶ffnen&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-newwin&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;addtab&quot;</span> title=<span style="color:#0000FF">&quot;Edit hjfhfd&quot;</span> href=<span style="color:#0000FF">&quot;/fibu/consultant/index/clientedit/id/58&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;bearbeiten&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-tag&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;ui-state-default ui-corner-all&quot;</span> title=<span style="color:#0000FF">&quot;lÃ¶schen&quot;</span> onclick=<span style="color:#0000FF">&quot;if(confirm('Firma lÃ¶schen?'))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $.ajax({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: '/fibu/consultant/ajax/clientdel/id/58',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; success: function (data, textStatus, jqXHR) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('.reload:first').click();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; })&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ui-icon ui-icon-cancel&quot;</span>&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/tbody&gt;</span><br />
<span style="color:#008080">&lt;/table&gt;</span></code><hr />
</div>Zweite Tab geht auf aber die Anhalte mit Jquery wird ignoriert weil Jquery die neue Seite nicht geparsert hat. Meine andere lÃ¶sung ist das ich fÃ¼r jeder neue Tab eine Header mit Jqury rein schreibe aber wie gesagt ist keine gute LÃ¶sung.<br />
<br />
Habt Ihr ein Idee wie ich das besser lÃ¶sen kann?</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/8-jQuery-UI">jQuery UI</category>
			<dc:creator>p-perser</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2086-Tabs-per-Ajax</guid>
		</item>
		<item>
			<title>Seite mit maskierten vertical slide</title>
			<link>http://www.jquery-board.de/threads/2085-Seite-mit-maskierten-vertical-slide?goto=newpost</link>
			<pubDate>Fri, 18 May 2012 10:43:22 GMT</pubDate>
			<description>Hallo,
ich mÃ¶chte eine Seite eerstellen wo vertical zu den einzelnen MenÃ¼punkten( Inhalten) geslided wird.
Fast so wie hier:
http://2009.legworkstudio.com

Genial wÃ¤re jetzt noch wenn es eine MÃ¶glichkeit gibt den Slide quasi zu maskieren, so das die seitenhÃ¶he fix ist und die Inhalte reinsliden.
Also fast wie hier, nur vertikal und das alle Inhalt durchgescrollt werden.
http://www.serialcut.com/


Gibt es evtl. irgendwo ein Tutorial fÃ¼r so was? Links etc.?</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
ich mÃ¶chte eine Seite eerstellen wo vertical zu den einzelnen MenÃ¼punkten( Inhalten) geslided wird.<br />
Fast so wie hier:<br />
<a href="http://2009.legworkstudio.com" target="_blank" rel="nofollow">http://2009.legworkstudio.com</a><br />
<br />
Genial wÃ¤re jetzt noch wenn es eine MÃ¶glichkeit gibt den Slide quasi zu maskieren, so das die seitenhÃ¶he fix ist und die Inhalte reinsliden.<br />
Also fast wie hier, nur vertikal und das alle Inhalt durchgescrollt werden.<br />
<a href="http://www.serialcut.com/" target="_blank" rel="nofollow">http://www.serialcut.com/</a><br />
<br />
<br />
Gibt es evtl. irgendwo ein Tutorial fÃ¼r so was? Links etc.?</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>burn4ever</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2085-Seite-mit-maskierten-vertical-slide</guid>
		</item>
		<item>
			<title>Performance .animate() opacity unter Safari</title>
			<link>http://www.jquery-board.de/threads/2084-Performance-animate()-opacity-unter-Safari?goto=newpost</link>
			<pubDate>Thu, 17 May 2012 13:33:25 GMT</pubDate>
			<description><![CDATA[Hey,

ich habe folgendes Problem...


Und zwar habe ich mir eine einfache Animation gebaut um zwischen 2 Bildern zu "Ã¼berblenden".
Dies klappt auch reibungslos unter IE7-9, Chrome und Firefox...

Lediglich der Safari mÃ¶chte die Animation nicht smooth rÃ¼ber kommen lassen...(als wenn ich nur 5fps oder so hÃ¤tte ;) )


PHP:
---------

$('.gallery-img-content-wrapper').hide().html(imgs[p.i].content || ''); // content verstecken und Ã¤ndern.

//n = Container des nÃ¤chsten Images (div)
$(n).animate({
    opacity: 1
}, p.speed, function () {
    $(this).addClass('show'); // nachdem es eingeblendet wurde adde ich noch eine Klasse 
    $(this).removeAttr('style'); // entferne den style
    $(p.div).removeClass('show'); // nehme vom alten img die klasse weg
    $(p.div).remove('.gallery-img-content');

    $('.gallery-img-content-wrapper').show(); // content wieder anzeigen
})
---------
css

PHP:
---------
.gallery-img-content {
    margin: 5px;
    position: absolute;
    z-index: 1;
}
.gallery-slideshow{
    width: 100%; height: 400px;
}
.gallery-slideshow .gallery-image-wrapper{
    position: absolute;
    opacity: 0;
    
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}
.gallery-image-wrapper img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery-slideshow div.show{ opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100) }
---------

Woran kann es liegen das es bei allen anderen Browsern funktioniert und beim Safari nicht?]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
ich habe folgendes Problem...<br />
<br />
<br />
Und zwar habe ich mir eine einfache Animation gebaut um zwischen 2 Bildern zu &quot;Ã¼berblenden&quot;.<br />
Dies klappt auch reibungslos unter IE7-9, Chrome und Firefox...<br />
<br />
Lediglich der Safari mÃ¶chte die Animation nicht smooth rÃ¼ber kommen lassen...(als wenn ich nur 5fps oder so hÃ¤tte ;) )<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"><br /></span><span style="color: #007700">$(</span><span style="color: #DD0000">'.gallery-img-content-wrapper'</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">().</span><span style="color: #0000BB">html</span><span style="color: #007700">(</span><span style="color: #0000BB">imgs</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">i</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">content&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;content&nbsp;verstecken&nbsp;und&nbsp;Ã¤ndern.<br /><br />//n&nbsp;=&nbsp;Container&nbsp;des&nbsp;nÃ¤chsten&nbsp;Images&nbsp;(div)<br /></span><span style="color: #007700">$(</span><span style="color: #0000BB">n</span><span style="color: #007700">).</span><span style="color: #0000BB">animate</span><span style="color: #007700">({<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">opacity</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1<br /></span><span style="color: #007700">},&nbsp;</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">speed</span><span style="color: #007700">,&nbsp;function&nbsp;()&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">addClass</span><span style="color: #007700">(</span><span style="color: #DD0000">'show'</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;nachdem&nbsp;es&nbsp;eingeblendet&nbsp;wurde&nbsp;adde&nbsp;ich&nbsp;noch&nbsp;eine&nbsp;Klasse&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">removeAttr</span><span style="color: #007700">(</span><span style="color: #DD0000">'style'</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;entferne&nbsp;den&nbsp;style<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">div</span><span style="color: #007700">).</span><span style="color: #0000BB">removeClass</span><span style="color: #007700">(</span><span style="color: #DD0000">'show'</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;nehme&nbsp;vom&nbsp;alten&nbsp;img&nbsp;die&nbsp;klasse&nbsp;weg<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">div</span><span style="color: #007700">).</span><span style="color: #0000BB">remove</span><span style="color: #007700">(</span><span style="color: #DD0000">'.gallery-img-content'</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'.gallery-img-content-wrapper'</span><span style="color: #007700">).</span><span style="color: #0000BB">show</span><span style="color: #007700">();&nbsp;</span><span style="color: #FF8000">//&nbsp;content&nbsp;wieder&nbsp;anzeigen<br /></span><span style="color: #007700">})&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>css<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">img</span><span style="color: #007700">-</span><span style="color: #0000BB">content&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">5px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">z</span><span style="color: #007700">-</span><span style="color: #0000BB">index</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />}<br />.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">slideshow</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">100</span><span style="color: #007700">%;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">400px</span><span style="color: #007700">;<br />}<br />.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">slideshow&nbsp;</span><span style="color: #007700">.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">image</span><span style="color: #007700">-</span><span style="color: #0000BB">wrapper</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">opacity</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">filter</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">alpha</span><span style="color: #007700">(</span><span style="color: #0000BB">opacity</span><span style="color: #007700">=</span><span style="color: #0000BB">0</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;-</span><span style="color: #0000BB">ms</span><span style="color: #007700">-</span><span style="color: #0000BB">filter</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">alpha</span><span style="color: #007700">(</span><span style="color: #0000BB">opacity</span><span style="color: #007700">=</span><span style="color: #0000BB">0</span><span style="color: #007700">);<br />}<br />.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">image</span><span style="color: #007700">-</span><span style="color: #0000BB">wrapper&nbsp;img&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;-</span><span style="color: #0000BB">webkit</span><span style="color: #007700">-</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">radius</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">8px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;-</span><span style="color: #0000BB">moz</span><span style="color: #007700">-</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">radius</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">8px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">radius</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">8px</span><span style="color: #007700">;<br />}<br />.</span><span style="color: #0000BB">gallery</span><span style="color: #007700">-</span><span style="color: #0000BB">slideshow&nbsp;div</span><span style="color: #007700">.</span><span style="color: #0000BB">show</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">opacity</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">filter</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">alpha</span><span style="color: #007700">(</span><span style="color: #0000BB">opacity</span><span style="color: #007700">=</span><span style="color: #0000BB">100</span><span style="color: #007700">);&nbsp;-</span><span style="color: #0000BB">ms</span><span style="color: #007700">-</span><span style="color: #0000BB">filter</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">alpha</span><span style="color: #007700">(</span><span style="color: #0000BB">opacity</span><span style="color: #007700">=</span><span style="color: #0000BB">100</span><span style="color: #007700">)&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
Woran kann es liegen das es bei allen anderen Browsern funktioniert und beim Safari nicht?</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>s4ty</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2084-Performance-animate()-opacity-unter-Safari</guid>
		</item>
		<item>
			<title>Modal Dialog erst laden wenn Klick auf Button</title>
			<link>http://www.jquery-board.de/threads/2083-Modal-Dialog-erst-laden-wenn-Klick-auf-Button?goto=newpost</link>
			<pubDate>Thu, 17 May 2012 10:46:59 GMT</pubDate>
			<description><![CDATA[hi jungs hi mÃ¤dels,

Ich wÃ¼rde gern ein jQuery script auslagern....

folgende idee.

Ich habe meine Startseite, auf der mÃ¶chte ich einen Button anklicken,
nach dem klick sollen erst alle benÃ¶tigten Dateien eingelesen und der dialog geÃ¶ffnet werden.

Der Dialog soll aber auf der Startseite angezeigt werden.

ich versuche es am Besten mit code zu erklÃ¤ren.....


bisherige Startseite


HTML:
---------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html  lang="de">
<head>
<meta  http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta  http-equiv='X-UA-Compatible' content='IE=EmulateIE8' ><title>Meine Seite</title>
<meta  name="keywords" content="Blablup">

<link rel="stylesheet" href="JQuery/jquery-ui-1.8.20.custom.css">
<script src="JQuery/jquery-1.7.2.js"></script>
<script src="JQuery/jquery.ui.core.js"></script>
<script src="JQuery/jquery.ui.widget.js"></script>
<script src="JQuery/jquery.ui.position.js"></script>
<script src="JQuery/jquery.ui.dialog.js"></script>
<style  type="text/css">body{margin-left:auto;margin-right:auto; position:relative;width:1410px; height:890px;}</style>
</head>

<!--Seitenhintergrund-->
<body style="background-image:url(Bilder/backstyle.PNG);">
<img  src  ="Bilder/logo.png" alt="" border="0" width="247" height="155">
........

</body></html>
---------

Neue Startseite ohne den aufruf der gebrauchten .js Dateien.


HTML:
---------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html  lang="de"><head>
<meta  http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta  http-equiv='X-UA-Compatible' content='IE=EmulateIE8' ><title>Pizza Pimps</title>
<meta  name="keywords" content="Pizza Pimps">

<style  type="text/css">body{margin-left:auto;margin-right:auto; position:relative;width:1410px; height:890px;}</style></head>

<!--Seitenhintergrund-->
<body style="background-image:url(Bilder/backstyle.PNG);">
<img  src  ="Bilder/logo.png" alt="" border="0" width="247" height="155">
---------

Datei.php in dieser sollen die .js Dateien und Scripte aufgerufen werden.


PHP:
---------

<?php
//dieser bereich soll erst nach dem klick geladen werden
//
// <link rel="stylesheet" href="JQuery/jquery-ui-1.8.20.custom.css">
// <script src="JQuery/jquery-1.7.2.js"></script>
// <script src="JQuery/jquery.ui.core.js"></script>
// <script src="JQuery/jquery.ui.widget.js"></script>
// <script src="JQuery/jquery.ui.position.js"></script>
// <script src="JQuery/jquery.ui.dialog.js"></script>

// bereichende

//jetzt natÃ¼rlich noch der aufruf 

<div class="dialog">
<div id="Dialog01" title="Zusatzstoffe"></div>
</div>
?>
---------
wenn ich alles in der Startseite aufrufe funktioniert soweit auch alles prima.
das einzigste was mir aufgefallen ist, das die Startseite nicht komplett geladen wird.
meine meinung nach habe ich hier einen speicherÃ¼berlauf.

Vieleicht hatt jemand von euch eine idee wie ich das realisieren kann.]]></description>
			<content:encoded><![CDATA[<div>hi jungs hi mÃ¤dels,<br />
<br />
Ich wÃ¼rde gern ein jQuery script auslagern....<br />
<br />
folgende idee.<br />
<br />
Ich habe meine Startseite, auf der mÃ¶chte ich einen Button anklicken,<br />
nach dem klick sollen erst alle benÃ¶tigten Dateien eingelesen und der dialog geÃ¶ffnet werden.<br />
<br />
Der Dialog soll aber auf der Startseite angezeigt werden.<br />
<br />
ich versuche es am Besten mit code zu erklÃ¤ren.....<br />
<br />
<br />
bisherige Startseite<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><br />
<span style="color:#000080">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html&nbsp; lang=<span style="color:#0000FF">&quot;de&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; http-equiv=&quot;Content-Type&quot; content=<span style="color:#0000FF">&quot;text/html; charset=UTF-8&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; http-equiv='X-UA-Compatible' content='IE=EmulateIE8' &gt;</span><span style="color:#000080">&lt;title&gt;</span>Meine Seite<span style="color:#000080">&lt;/title&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; name=<span style="color:#0000FF">&quot;keywords&quot;</span> content=<span style="color:#0000FF">&quot;Blablup&quot;</span>&gt;</span><br />
<br />
<span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> href=<span style="color:#0000FF">&quot;JQuery/jquery-ui-1.8.20.custom.css&quot;</span>&gt;</span><br />
<span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;JQuery/jquery-1.7.2.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;JQuery/jquery.ui.core.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;JQuery/jquery.ui.widget.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;JQuery/jquery.ui.position.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script src=<span style="color:#0000FF">&quot;JQuery/jquery.ui.dialog.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800080">&lt;style&nbsp; type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span>body{margin-left:auto;margin-right:auto; position:relative;width:1410px; height:890px;}<span style="color:#800080">&lt;/style&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<br />
<i><span style="color:#000080">&lt;!--Seitenhintergrund--&gt;</span></i><br />
<span style="color:#000080">&lt;body style=<span style="color:#0000FF">&quot;background-image:url(Bilder/backstyle.PNG);&quot;</span>&gt;</span><br />
<span style="color:#800080">&lt;img&nbsp; src&nbsp; =&quot;Bilder/logo.png&quot; alt=<span style="color:#0000FF">&quot;&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> width=<span style="color:#0000FF">&quot;247&quot;</span> height=<span style="color:#0000FF">&quot;155&quot;</span>&gt;</span><br />
........<br />
<br />
<span style="color:#000080">&lt;/body&gt;</span><span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div><br />
Neue Startseite ohne den aufruf der gebrauchten .js Dateien.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><br />
<span style="color:#000080">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html&nbsp; lang=<span style="color:#0000FF">&quot;de&quot;</span>&gt;</span><span style="color:#000080">&lt;head&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; http-equiv=&quot;Content-Type&quot; content=<span style="color:#0000FF">&quot;text/html; charset=UTF-8&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; http-equiv='X-UA-Compatible' content='IE=EmulateIE8' &gt;</span><span style="color:#000080">&lt;title&gt;</span>Pizza Pimps<span style="color:#000080">&lt;/title&gt;</span><br />
<span style="color:#000080">&lt;meta&nbsp; name=<span style="color:#0000FF">&quot;keywords&quot;</span> content=<span style="color:#0000FF">&quot;Pizza Pimps&quot;</span>&gt;</span><br />
<br />
<span style="color:#800080">&lt;style&nbsp; type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span>body{margin-left:auto;margin-right:auto; position:relative;width:1410px; height:890px;}<span style="color:#800080">&lt;/style&gt;</span><span style="color:#000080">&lt;/head&gt;</span><br />
<br />
<i><span style="color:#000080">&lt;!--Seitenhintergrund--&gt;</span></i><br />
<span style="color:#000080">&lt;body style=<span style="color:#0000FF">&quot;background-image:url(Bilder/backstyle.PNG);&quot;</span>&gt;</span><br />
<span style="color:#800080">&lt;img&nbsp; src&nbsp; =&quot;Bilder/logo.png&quot; alt=<span style="color:#0000FF">&quot;&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> width=<span style="color:#0000FF">&quot;247&quot;</span> height=<span style="color:#0000FF">&quot;155&quot;</span>&gt;</span></code><hr />
</div><br />
Datei.php in dieser sollen die .js Dateien und Scripte aufgerufen werden.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<br /><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//dieser&nbsp;bereich&nbsp;soll&nbsp;erst&nbsp;nach&nbsp;dem&nbsp;klick&nbsp;geladen&nbsp;werden<br />//<br />//&nbsp;&lt;link&nbsp;rel="stylesheet"&nbsp;href="JQuery/jquery-ui-1.8.20.custom.css"&gt;<br />//&nbsp;&lt;script&nbsp;src="JQuery/jquery-1.7.2.js"&gt;&lt;/script&gt;<br />//&nbsp;&lt;script&nbsp;src="JQuery/jquery.ui.core.js"&gt;&lt;/script&gt;<br />//&nbsp;&lt;script&nbsp;src="JQuery/jquery.ui.widget.js"&gt;&lt;/script&gt;<br />//&nbsp;&lt;script&nbsp;src="JQuery/jquery.ui.position.js"&gt;&lt;/script&gt;<br />//&nbsp;&lt;script&nbsp;src="JQuery/jquery.ui.dialog.js"&gt;&lt;/script&gt;<br /><br />//&nbsp;bereichende<br /><br />//jetzt&nbsp;natÃ¼rlich&nbsp;noch&nbsp;der&nbsp;aufruf&nbsp;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"dialog"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"Dialog01"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"Zusatzstoffe"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></code><hr />
</div>wenn ich alles in der Startseite aufrufe funktioniert soweit auch alles prima.<br />
das einzigste was mir aufgefallen ist, das die Startseite nicht komplett geladen wird.<br />
meine meinung nach habe ich hier einen speicherÃ¼berlauf.<br />
<br />
Vieleicht hatt jemand von euch eine idee wie ich das realisieren kann.</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/8-jQuery-UI">jQuery UI</category>
			<dc:creator>powersave</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2083-Modal-Dialog-erst-laden-wenn-Klick-auf-Button</guid>
		</item>
		<item>
			<title>Div Kontainer, wenn sich der Bildschirm verkleinert, verschieben und skallieren ?</title>
			<link>http://www.jquery-board.de/threads/2082-Div-Kontainer-wenn-sich-der-Bildschirm-verkleinert-verschieben-und-skallieren?goto=newpost</link>
			<pubDate>Thu, 17 May 2012 09:51:59 GMT</pubDate>
			<description><![CDATA[Hallo , bin noch AnfÃ¤nger(????) .

Ich hÃ¤nge leider total bei meinem script und finde keine LÃ¶sung .
  

Ich mÃ¶chte meine Div Kontainer, wenn sich der Bildschirm verkleinert, verschieben und dann spÃ¤ter noch  skallieren aber vorerst mal nur neu positionieren. 

Also dachte ich mir : Ich lese das window Objekt aus  und schreibe eine If abfrage  (wenn Bildschirmbreite < zB.800)  dann fÃ¼hre jquery aus und positioniere neu . Dazu noch ein Interval setzen damit auch immer eine ÃœberprÃ¼fung stattfindet.

Mein Problem ist  ----> der eventhandler click  im jquery code  . Ich brauche kein click. 
  
<style type="text/css> #box1 { border:1px solid red; width:200px; height:200px; position:absolute; left:10px; top:10px; }</style>
<script type ="text/Javascript" src="jquery-1.6.2.js"></script>


 <script type="text/JavaScript">
	
	function pruefe() {
	if (window.innerWidth < 1000) {
	    

 $("#box1").click(function(){                           /*  <--- da ist das click :-(           */
   $(this).offset( {top:550, left:300});
   
   	
      });
                                                                                                             
   }    
	
};
	setInterval("pruefe()", 1000);	
		
	</script>



Danke]]></description>
			<content:encoded><![CDATA[<div>Hallo , bin noch AnfÃ¤nger(????) .<br />
<br />
Ich hÃ¤nge leider total bei meinem script und finde keine LÃ¶sung .<br />
  <br />
<br />
Ich mÃ¶chte meine Div Kontainer, wenn sich der Bildschirm verkleinert, verschieben und dann spÃ¤ter noch  skallieren aber vorerst mal nur neu positionieren. <br />
<br />
Also dachte ich mir : Ich lese das window Objekt aus  und schreibe eine If abfrage  (wenn Bildschirmbreite &lt; zB.800)  dann fÃ¼hre jquery aus und positioniere neu . Dazu noch ein Interval setzen damit auch immer eine ÃœberprÃ¼fung stattfindet.<br />
<br />
Mein Problem ist  ----&gt; der eventhandler click  im jquery code  . Ich brauche kein click. <br />
  <br />
&lt;style type=&quot;text/css&gt; #box1 { border:1px solid red; width:200px; height:200px; position:absolute; left:10px; top:10px; }&lt;/style&gt;<br />
&lt;script type =&quot;text/Javascript&quot; src=&quot;jquery-1.6.2.js&quot;&gt;&lt;/script&gt;<br />
<br />
<br />
 &lt;script type=&quot;text/JavaScript&quot;&gt;<br />
	<br />
	function pruefe() {<br />
	if (window.innerWidth &lt; 1000) {<br />
	    <br />
<br />
 $(&quot;#box1&quot;).click(function(){                           /*  &lt;--- da ist das click :-(           */<br />
   $(this).offset( {top:550, left:300});<br />
   <br />
   	<br />
      });<br />
                                                                                                             <br />
   }    <br />
	<br />
};<br />
	setInterval(&quot;pruefe()&quot;, 1000);	<br />
		<br />
	&lt;/script&gt;<br />
<br />
<br />
<br />
Danke</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>panda</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2082-Div-Kontainer-wenn-sich-der-Bildschirm-verkleinert-verschieben-und-skallieren</guid>
		</item>
		<item>
			<title><![CDATA[Variable "internal page"?]]></title>
			<link>http://www.jquery-board.de/threads/2081-Variable-quot-internal-page-quot?goto=newpost</link>
			<pubDate>Tue, 15 May 2012 21:53:31 GMT</pubDate>
			<description>Hallo,

ich bastle derzeit an einer jQuery Mobile Website, die letztendlich die Titel von Definitionen in einer listview ausgeben soll und wenn man dann auf einen Titel klickt, soll man zu der dazugehÃ¶rigen Definition gelangen. 
Die Titel+Definition lasse ich Ã¼ber ein PHP-Script in eine mysql-Datenbank einlesen, das klappt alles super.
Beim Auslesen bin ich bisher soweit gekommen, dass alle Titel in einer listview ausgegeben werden. Jetzt steh ich vor der Frage, wie ich die Definitionen darstelle. Ideal wÃ¤re es, dass man durch einen Klick auf den Titel zu #Titel (als internal page) gelangt, welche dann den Inhalt des jeweiligen Titels ausgibt.
Also quasi eine variable #internalPage die mit dem jeweiligen mysql-Inhalt gefÃ¼llt wird.
Nur da habe ich keine Ahnung, ob und wie man das bewerkstelligen kÃ¶nnte. Hat von euch vielleicht jemand eine Idee?</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich bastle derzeit an einer jQuery Mobile Website, die letztendlich die Titel von Definitionen in einer listview ausgeben soll und wenn man dann auf einen Titel klickt, soll man zu der dazugehÃ¶rigen Definition gelangen. <br />
Die Titel+Definition lasse ich Ã¼ber ein PHP-Script in eine mysql-Datenbank einlesen, das klappt alles super.<br />
Beim Auslesen bin ich bisher soweit gekommen, dass alle Titel in einer listview ausgegeben werden. Jetzt steh ich vor der Frage, wie ich die Definitionen darstelle. Ideal wÃ¤re es, dass man durch einen Klick auf den Titel zu #Titel (als internal page) gelangt, welche dann den Inhalt des jeweiligen Titels ausgibt.<br />
Also quasi eine variable #internalPage die mit dem jeweiligen mysql-Inhalt gefÃ¼llt wird.<br />
Nur da habe ich keine Ahnung, ob und wie man das bewerkstelligen kÃ¶nnte. Hat von euch vielleicht jemand eine Idee?</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/11-jQuery-Mobile">jQuery Mobile</category>
			<dc:creator>da_khira</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2081-Variable-quot-internal-page-quot</guid>
		</item>
		<item>
			<title>zufÃ¤llige background-position</title>
			<link>http://www.jquery-board.de/threads/2080-zufÃ¤llige-background-position?goto=newpost</link>
			<pubDate>Tue, 15 May 2012 18:55:48 GMT</pubDate>
			<description><![CDATA[ein herzliches guten abend an alle.

ich habe ein kleines problem. und zwar mÃ¶chte ich einen zufÃ¤lligen wert fÃ¼r die background-position meines body.
eigentlich funktionierte auch schon alles nur leider nicht in firefox. (wegen background-position-x + y).
wenn ich das ganze nun auf die background-position umschreiben mÃ¶chte habe ich das problem, dass ich nicht zwei werte zusammen bekomme.
wenn es funktioniert, dann nur mit einem wert.


HTML:
---------
function getRandom( min, max ) {
    if( min > max ) {
        return( -1 );
    }
    if( min == max ) {
        return( min );
    }
        return( min + parseInt( Math.random() * ( max-min+1 ) ) );
}


var y = getRandom(-2000,500);
var x = getRandom(-3800,0);

$(function(){
$("document").ready(function() {
        $("body").css("background-position",y + x);  /* ??? */
        alert(z);
});
});
---------
ich wÃ¼rde mich sehr Ã¼ber hilfe freuen! :D
schonmal vielen dank fÃ¼rs antworten.]]></description>
			<content:encoded><![CDATA[<div>ein herzliches guten abend an alle.<br />
<br />
ich habe ein kleines problem. und zwar mÃ¶chte ich einen zufÃ¤lligen wert fÃ¼r die background-position meines body.<br />
eigentlich funktionierte auch schon alles nur leider nicht in firefox. (wegen background-position-x + y).<br />
wenn ich das ganze nun auf die background-position umschreiben mÃ¶chte habe ich das problem, dass ich nicht zwei werte zusammen bekomme.<br />
wenn es funktioniert, dann nur mit einem wert.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">function getRandom( min, max ) {<br />
&nbsp; &nbsp; if( min &gt; max ) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return( -1 );<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; if( min == max ) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return( min );<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; return( min + parseInt( Math.random() * ( max-min+1 ) ) );<br />
}<br />
<br />
<br />
var y = getRandom(-2000,500);<br />
var x = getRandom(-3800,0);<br />
<br />
$(function(){<br />
$(&quot;document&quot;).ready(function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $(&quot;body&quot;).css(&quot;background-position&quot;,y + x);&nbsp; /* ??? */<br />
&nbsp; &nbsp; &nbsp; &nbsp; alert(z);<br />
});<br />
});</code><hr />
</div>ich wÃ¼rde mich sehr Ã¼ber hilfe freuen! :D<br />
schonmal vielen dank fÃ¼rs antworten.</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>diebombe</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2080-zufÃ¤llige-background-position</guid>
		</item>
		<item>
			<title>Problem beim Seiteninhalt laden mit jQuery AJAX</title>
			<link>http://www.jquery-board.de/threads/2079-Problem-beim-Seiteninhalt-laden-mit-jQuery-AJAX?goto=newpost</link>
			<pubDate>Tue, 15 May 2012 11:31:50 GMT</pubDate>
			<description><![CDATA[Hallo,

ich hab ein PHP Script geschrieben welches Neue Posts anzeigt, jetzt mÃ¶chte ich mit ajax die BeitrÃ¤ge automatisch anzeigen ohne das der Benutzer die Seite neu laden muss soweit klapt alles.

Ich hab links ein MenÃ¼ wo mehrere Kategorien aufgelistet sind, klickt man auf eine wird per ajax rechts im Content der Inhalt angezeigt (ohne die Seite neu zuladen). Klicke ich links im MenÃ¼ auf eine weitere Kategorie wird der Inhalt kurz angezeigt und dann wieder der Inhalt von der vorherigen Kategorie und das wechselt sich immer wieder jede 2 sec. Klick ich auf die nÃ¤chste Kategorie, dann werden 3 Inhalte nacheinander angezeigt u.s.w...

Wie kann ich das verhindern das die Inhalte sich stÃ¤ndeig nacheinander geladen werden?

DafÃ¼r benutze ich 3 Dateien: 1te Datei Zeigt die Kategorien an, die 2te den Content und die 3te wird von der 2ten Datei alle 2 sec. geladen um neue Posts anzuzeigen.

Diese Funktion loadKat ladet die Datei z.B /content.php?id=12345 im Content, die zweite ladet den Inhalt aus /contentBackend.php?id=12345 jede 2sec. mit setInterval, setzte ich setTimeout ein ladet es die Datei nur einmal und nicht jede 2 sec. so wie ich es mÃ¶chte.

Hab mit schon mehrere Tutorials angeschaut aber es klapt nicht und ich weis nicht genau wo und wie ich was verÃ¤ndern muss.

http://www.interaktionsdesigner.de/2...en-mit-jquery/
http://www.interaktionsdesigner.de/2...sh-und-jquery/

WÃ¼rde mich freuen wenn mir jemand da weiterhelfen kÃ¶nnte.


Code:
---------
<script>
function loadKat(element){
    $.ajax({
        type: 'GET',
        cache: false,
        url: '/content.php',
        data: 'id=' + $('#' + element).attr('id'),
        success: function(msg){
            $('#contentBoxIn').html(msg);
            $('#contentBoxIn').css({display:'block'});
            $('#contentBoxHome').css({display:'none'});
        }
    });
}
 
$(document).ready(function() {
    setInterval(function() {
        $.ajax({
            cache: false,
            url: '/contentBackend.php',
            data: 'id=<?php echo $_GET['userid']; ?>',
            success: function(data){
                $('#content').html(data);
            }
        });
    }, 2000);
});
</script>
---------
]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich hab ein PHP Script geschrieben welches Neue Posts anzeigt, jetzt mÃ¶chte ich mit ajax die BeitrÃ¤ge automatisch anzeigen ohne das der Benutzer die Seite neu laden muss soweit klapt alles.<br />
<br />
Ich hab links ein MenÃ¼ wo mehrere Kategorien aufgelistet sind, klickt man auf eine wird per ajax rechts im Content der Inhalt angezeigt (ohne die Seite neu zuladen). Klicke ich links im MenÃ¼ auf eine weitere Kategorie wird der Inhalt kurz angezeigt und dann wieder der Inhalt von der vorherigen Kategorie und das wechselt sich immer wieder jede 2 sec. Klick ich auf die nÃ¤chste Kategorie, dann werden 3 Inhalte nacheinander angezeigt u.s.w...<br />
<br />
Wie kann ich das verhindern das die Inhalte sich stÃ¤ndeig nacheinander geladen werden?<br />
<br />
DafÃ¼r benutze ich 3 Dateien: 1te Datei Zeigt die Kategorien an, die 2te den Content und die 3te wird von der 2ten Datei alle 2 sec. geladen um neue Posts anzuzeigen.<br />
<br />
Diese Funktion loadKat ladet die Datei z.B /content.php?id=12345 im Content, die zweite ladet den Inhalt aus /contentBackend.php?id=12345 jede 2sec. mit setInterval, setzte ich setTimeout ein ladet es die Datei nur einmal und nicht jede 2 sec. so wie ich es mÃ¶chte.<br />
<br />
Hab mit schon mehrere Tutorials angeschaut aber es klapt nicht und ich weis nicht genau wo und wie ich was verÃ¤ndern muss.<br />
<br />
<a href="http://www.interaktionsdesigner.de/2...en-mit-jquery/" target="_blank" rel="nofollow">http://www.interaktionsdesigner.de/2...en-mit-jquery/</a><br />
<a href="http://www.interaktionsdesigner.de/2...sh-und-jquery/" target="_blank" rel="nofollow">http://www.interaktionsdesigner.de/2...sh-und-jquery/</a><br />
<br />
WÃ¼rde mich freuen wenn mir jemand da weiterhelfen kÃ¶nnte.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;script&gt;<br />
function loadKat(element){<br />
&nbsp; &nbsp; $.ajax({<br />
&nbsp; &nbsp; &nbsp; &nbsp; type: 'GET',<br />
&nbsp; &nbsp; &nbsp; &nbsp; cache: false,<br />
&nbsp; &nbsp; &nbsp; &nbsp; url: '/content.php',<br />
&nbsp; &nbsp; &nbsp; &nbsp; data: 'id=' + $('#' + element).attr('id'),<br />
&nbsp; &nbsp; &nbsp; &nbsp; success: function(msg){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('#contentBoxIn').html(msg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('#contentBoxIn').css({display:'block'});<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('#contentBoxHome').css({display:'none'});<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; });<br />
}<br />
&nbsp;<br />
$(document).ready(function() {<br />
&nbsp; &nbsp; setInterval(function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $.ajax({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cache: false,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: '/contentBackend.php',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; data: 'id=&lt;?php echo $_GET['userid']; ?&gt;',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; success: function(data){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('#content').html(data);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; }, 2000);<br />
});<br />
&lt;/script&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>AnnyKey</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2079-Problem-beim-Seiteninhalt-laden-mit-jQuery-AJAX</guid>
		</item>
		<item>
			<title>Responsive Slider Erstellen</title>
			<link>http://www.jquery-board.de/threads/2078-Responsive-Slider-Erstellen?goto=newpost</link>
			<pubDate>Tue, 15 May 2012 10:58:50 GMT</pubDate>
			<description>Hallo,
ich habe einen Slider Url: http://www.rcdesign.w4yserver.at/CrossSlider/ den ich zu einem Responsiven Slider erstellen mÃ¶chte so wie der FlexSlider (http://www.woothemes.com/flexslider/flexslider-demo/).
Was muÃŸ ich bei meinem Slider Ã¤ndern damit das auch zu einem Responsivem Slider wird?
Das Thema ist auch sicher fÃ¼r andere interessant die sich mit Responsivem Design beschÃ¤ftigen :) bitte wen jemand das erklÃ¤ren kÃ¶nnte...

Danke schon mal im vorraus.</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
ich habe einen Slider Url: <a href="http://www.rcdesign.w4yserver.at/CrossSlider/" target="_blank" rel="nofollow">http://www.rcdesign.w4yserver.at/CrossSlider/</a> den ich zu einem Responsiven Slider erstellen mÃ¶chte so wie der <a href="http://www.woothemes.com/flexslider/flexslider-demo/" target="_blank" rel="nofollow">FlexSlider</a>.<br />
Was muÃŸ ich bei meinem Slider Ã¤ndern damit das auch zu einem Responsivem Slider wird?<br />
Das Thema ist auch sicher fÃ¼r andere interessant die sich mit Responsivem Design beschÃ¤ftigen :) bitte wen jemand das erklÃ¤ren kÃ¶nnte...<br />
<br />
Danke schon mal im vorraus.</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>The_C</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2078-Responsive-Slider-Erstellen</guid>
		</item>
		<item>
			<title>PHP-Skript mehrfach aufrufen. AJAX-Problem?</title>
			<link>http://www.jquery-board.de/threads/2077-PHP-Skript-mehrfach-aufrufen-AJAX-Problem?goto=newpost</link>
			<pubDate>Tue, 15 May 2012 08:08:00 GMT</pubDate>
			<description><![CDATA[Hallo liebe jQuery-Forumler, 

leider stehe ich vor einem Problem, an dem ich schon zu lange rummache und wahrscheinlich aus diesem Grund die LÃ¶sung nicht mehr sehen kann. Ich wÃ¼rde mich sehr Ã¼ber eine "Erleuchtung" bzw. "Heimsuchung" freuen. 

Folgender Sachverhalt: 

Ich habe eine Eingabemaske erstellt, aus der ich Artikel und entsprechende Attribute in eine Datenbank schreibe. Die Auflistung dieser Daten lasse ich in einem Div-Container als Tabelle ausgeben (PHP+mySQL-Skript per Ajax aufrufen). Das funktioniert soweit ohne Probleme. Nun mÃ¶chte ich aber die Tabelle editieren, bzw. DatensÃ¤tze wieder lÃ¶schen. Und das funktioniert nur einmal. 

Hier mal mein Code meiner jQuery: 

PHP:
---------
		$('#eingabe').click(function(e) {
				e.preventDefault();
		
				$.ajax({
				
						url:		'php/eingabe.php',
						type:		'POST',
						data:		$('#daten').serialize(),
						success:	function(erg) {
								
								$('#uebersicht').html(erg);
								
//Nachdem die Daten in den Div-Container #uebersicht geladen sind, soll diese Funktion das LÃ¶schen-PHP-Skript bei click aufrufen
								$('#uebersicht a.loeschen').click(function(f) {
								f.preventDefault();

								var wert = $(this).attr('alt');
								var artikel = $('#artikel').val();
								//alert(artikel);
								$('#uebersicht').load('php/loeschen.php',{'id':wert,'artikel':artikel});
								 
								});
	
						 }
				});
	
		});
---------

Und hier des PHP-Skripts:


PHP:
---------
	function loeschen($id,$artikel) {
				
				db(); //Funktion fÃ¼r DB-Verbindung
				
			$sql="DELETE from preise WHERE id='$id'";
			$erg = mysql_query($sql);
			
			if (!$erg) die ("Fehler in Datei loeschen.php: ".mysql_error());
		
				$sql2 ="SELECT * FROM preise WHERE Artikel = '$artikel'";
				$erg2 = mysql_query($sql2);
				if (!$erg2) die ("Fehler in Datei loeschen.php: ".mysql_error());
				echo "<table width='600'>";
				
				while($row = mysql_fetch_object($erg2)) {
				
				echo "<tr>
						<td>$row->Artikel</td>
						<td>$row->Angebot</td>
						<td><a href='#$row->id'' alt='$row->id' class='loeschen'>LÃ¶schen</a></td>
				</tr>";
				
				}
				echo "</table>";
		mysql_close();
		
		}

	loeschen($_POST['id'],$_POST['artikel']);
---------

Ich verstehe das nicht, wenn ich auf "id" und "artikel" prÃ¼fe, dann werden mir die  Werte beim click-Event immer richtig ausgegeben, aber das PHP-Script wird nur einmal ausgelÃ¶st. 

Wo ist mein Denkfehler, bzw. VerstÃ¤ndnisfehler?

Danke schonmals fÃ¼r die genommene Zeit. 

Viele GrÃ¼ÃŸe
Groovemachine]]></description>
			<content:encoded><![CDATA[<div>Hallo liebe jQuery-Forumler, <br />
<br />
leider stehe ich vor einem Problem, an dem ich schon zu lange rummache und wahrscheinlich aus diesem Grund die LÃ¶sung nicht mehr sehen kann. Ich wÃ¼rde mich sehr Ã¼ber eine &quot;Erleuchtung&quot; bzw. &quot;Heimsuchung&quot; freuen. <br />
<br />
Folgender Sachverhalt: <br />
<br />
Ich habe eine Eingabemaske erstellt, aus der ich Artikel und entsprechende Attribute in eine Datenbank schreibe. Die Auflistung dieser Daten lasse ich in einem Div-Container als Tabelle ausgeben (PHP+mySQL-Skript per Ajax aufrufen). Das funktioniert soweit ohne Probleme. Nun mÃ¶chte ich aber die Tabelle editieren, bzw. DatensÃ¤tze wieder lÃ¶schen. Und das funktioniert nur einmal. <br />
<br />
Hier mal mein Code meiner jQuery: <br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'#eingabe'</span><span style="color: #007700">).</span><span style="color: #0000BB">click</span><span style="color: #007700">(function(</span><span style="color: #0000BB">e</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">preventDefault</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$.</span><span style="color: #0000BB">ajax</span><span style="color: #007700">({<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">url</span><span style="color: #007700">:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'php/eingabe.php'</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'POST'</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">data</span><span style="color: #007700">:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#daten'</span><span style="color: #007700">).</span><span style="color: #0000BB">serialize</span><span style="color: #007700">(),<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">success</span><span style="color: #007700">:&nbsp;&nbsp;&nbsp;&nbsp;function(</span><span style="color: #0000BB">erg</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#uebersicht'</span><span style="color: #007700">).</span><span style="color: #0000BB">html</span><span style="color: #007700">(</span><span style="color: #0000BB">erg</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #FF8000">//Nachdem&nbsp;die&nbsp;Daten&nbsp;in&nbsp;den&nbsp;Div-Container&nbsp;#uebersicht&nbsp;geladen&nbsp;sind,&nbsp;soll&nbsp;diese&nbsp;Funktion&nbsp;das&nbsp;LÃ¶schen-PHP-Skript&nbsp;bei&nbsp;click&nbsp;aufrufen<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'#uebersicht&nbsp;a.loeschen'</span><span style="color: #007700">).</span><span style="color: #0000BB">click</span><span style="color: #007700">(function(</span><span style="color: #0000BB">f</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">f</span><span style="color: #007700">.</span><span style="color: #0000BB">preventDefault</span><span style="color: #007700">();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">wert&nbsp;</span><span style="color: #007700">=&nbsp;$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">attr</span><span style="color: #007700">(</span><span style="color: #DD0000">'alt'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">artikel&nbsp;</span><span style="color: #007700">=&nbsp;$(</span><span style="color: #DD0000">'#artikel'</span><span style="color: #007700">).</span><span style="color: #0000BB">val</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//alert(artikel);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'#uebersicht'</span><span style="color: #007700">).</span><span style="color: #0000BB">load</span><span style="color: #007700">(</span><span style="color: #DD0000">'php/loeschen.php'</span><span style="color: #007700">,{</span><span style="color: #DD0000">'id'</span><span style="color: #007700">:</span><span style="color: #0000BB">wert</span><span style="color: #007700">,</span><span style="color: #DD0000">'artikel'</span><span style="color: #007700">:</span><span style="color: #0000BB">artikel</span><span style="color: #007700">});<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
Und hier des PHP-Skripts:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">loeschen</span><span style="color: #007700">(</span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #0000BB">$artikel</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">db</span><span style="color: #007700">();&nbsp;</span><span style="color: #FF8000">//Funktion&nbsp;fÃ¼r&nbsp;DB-Verbindung<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$sql</span><span style="color: #007700">=</span><span style="color: #DD0000">"DELETE&nbsp;from&nbsp;preise&nbsp;WHERE&nbsp;id='</span><span style="color: #0000BB">$id</span><span style="color: #DD0000">'"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$erg&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">$erg</span><span style="color: #007700">)&nbsp;die&nbsp;(</span><span style="color: #DD0000">"Fehler&nbsp;in&nbsp;Datei&nbsp;loeschen.php:&nbsp;"</span><span style="color: #007700">.</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$sql2&nbsp;</span><span style="color: #007700">=</span><span style="color: #DD0000">"SELECT&nbsp;*&nbsp;FROM&nbsp;preise&nbsp;WHERE&nbsp;Artikel&nbsp;=&nbsp;'</span><span style="color: #0000BB">$artikel</span><span style="color: #DD0000">'"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$erg2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql2</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">$erg2</span><span style="color: #007700">)&nbsp;die&nbsp;(</span><span style="color: #DD0000">"Fehler&nbsp;in&nbsp;Datei&nbsp;loeschen.php:&nbsp;"</span><span style="color: #007700">.</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;table&nbsp;width='600'&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while(</span><span style="color: #0000BB">$row&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_fetch_object</span><span style="color: #007700">(</span><span style="color: #0000BB">$erg2</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;</span><span style="color: #0000BB">$row</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">Artikel</span><span style="color: #DD0000">&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;</span><span style="color: #0000BB">$row</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">Angebot</span><span style="color: #DD0000">&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;a&nbsp;href='#</span><span style="color: #0000BB">$row</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">id</span><span style="color: #DD0000">''&nbsp;alt='</span><span style="color: #0000BB">$row</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">id</span><span style="color: #DD0000">'&nbsp;class='loeschen'&gt;LÃ¶schen&lt;/a&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;/table&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mysql_close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">loeschen</span><span style="color: #007700">(</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;,</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'artikel'</span><span style="color: #007700">&#93;);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
Ich verstehe das nicht, wenn ich auf &quot;id&quot; und &quot;artikel&quot; prÃ¼fe, dann werden mir die  Werte beim click-Event immer richtig ausgegeben, aber das PHP-Script wird nur einmal ausgelÃ¶st. <br />
<br />
Wo ist mein Denkfehler, bzw. VerstÃ¤ndnisfehler?<br />
<br />
Danke schonmals fÃ¼r die genommene Zeit. <br />
<br />
Viele GrÃ¼ÃŸe<br />
Groovemachine</div>

]]></content:encoded>
			<category domain="http://www.jquery-board.de/forums/5-Allgemeines-zu-jQuery">Allgemeines zu jQuery</category>
			<dc:creator>Groovemachine</dc:creator>
			<guid isPermaLink="true">http://www.jquery-board.de/threads/2077-PHP-Skript-mehrfach-aufrufen-AJAX-Problem</guid>
		</item>
	</channel>
</rss>

