Welcome Guest, Not a member yet? Register   Sign In
$replaceContent = new jquery('replace') and =& get_instance() confusion!!!
#5

[eluser]thinkigniter[/eluser]
Great example.

I love this
Code:
function set($command, $args = NULL)
   {
      $this->tag_data[$this->opened_tag] = array($command,$args);  
   }
So simple.

Thanks for the work but the format of the xml must be like this...

Code:
<taconite>
<css select="p.important" arg1="red" arg2="blue"/>
<slideUp select="div#features ul" arg1="fast"/>
<replaceContent select="div#features ul">
<ul>
<li>ReplaceContent</li>
<li>css</li>
</ul>
</replaceContent>
<css select="div#features li" arg1="blue"/>
<slideDown select="div#features ul" arg1="slow"/>
</taconite>

As you can see multiple "taconite objects" are needed to generate the correct formats all writing back to one source in the parent controller


Messages In This Thread
$replaceContent = new jquery('replace') and =& get_instance() confusion!!! - by El Forum - 02-24-2009, 05:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB